Commit 01f2c250 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Exit .profile before terminal setup if terminal is dumb

parent 9ad8bcdc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -66,6 +66,9 @@ export CLICOLOR=yes

## TERMINAL SETUP ##

# do no setup if TERM is not set or dumb
[ "${TERM-dumb}" = dumb ] && return

tput init

# Set title