added some more powerline crap
parent
8d33aa9998
commit
a79b6a60ff
|
|
@ -38,9 +38,12 @@ if [ -d "/c/Projects" ]; then
|
||||||
. ~/.work_profile
|
. ~/.work_profile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PATH=${PATH}:${BOOT2DOCKER}
|
|
||||||
export GOBIN=${GOPATH}/bin
|
export GOBIN=${GOPATH}/bin
|
||||||
|
export POWERLINE_CONFIG_COMMAND=~/Tools/modules/powerline/scripts/powerline-config
|
||||||
|
|
||||||
PATH=${PATH}:${GOBIN}:${GOROOT}/bin
|
PATH=${PATH}:${GOBIN}:${GOROOT}/bin
|
||||||
|
PATH=${PATH}:${BOOT2DOCKER}
|
||||||
|
|
||||||
|
|
||||||
# see environ manfile
|
# see environ manfile
|
||||||
export EDITOR=$GIT_EDITOR # Default Editor
|
export EDITOR=$GIT_EDITOR # Default Editor
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
#------------------------------------------------------------------------------#
|
#------------------------------------------------------------------------------#
|
||||||
|
|
||||||
|
|
||||||
|
run-shell "powerline-daemon -q"
|
||||||
|
|
||||||
#default to bash
|
#default to bash
|
||||||
set -g default-command "/bin/bash"
|
set -g default-command "/bin/bash"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue