This commit is contained in:
jon
2019-03-17 12:43:16 -05:00
29 changed files with 2538 additions and 102 deletions

View File

@@ -31,6 +31,7 @@ alias ip='ip -c'
#golang stuff
export GOPATH=$HOME/gopath
export PATH=$GOPATH:$GOPATH/bin:$PATH
export NNN_SHOW_HIDDEN=1
export EDITOR=/usr/bin/vim
@@ -48,7 +49,6 @@ export HISTTIMEFORMAT="%F %T: "
export HISTSIZE=1000
export HISTFILESIZE=2000
# Prompt
if [ ! -z "$TERM" ]; then
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\][\u@\h \W]\\$ \[$(tput sgr0)\]"
fi