Commit 88b3a33a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Move .shell/colours to .shell/lib/colours.sh

.shell/lib/ is the correct location for these files now.
parent db58f0e7
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
[ "${TERM_SETUP_LOADED-}" = "${TTY}" ] && return
export TERM_SETUP_LOADED=${TTY}

. ~/.shell/colours
. ~/.shell/lib/colours.sh

# do no setup if TERM is not set or dumb
case ${TERM-unset} in