random
This commit is contained in:
16
.zshrc
16
.zshrc
@@ -1,12 +1,16 @@
|
||||
##### ENVIRONMENT
|
||||
export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/felix/bin:/opt/android-sdk/platform-tools:/opt/android-sdk/tools
|
||||
export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/felix/bin
|
||||
|
||||
export LANG=en_US.UTF-8
|
||||
export EDITOR='code'
|
||||
export GIT_EDITOR='code'
|
||||
export PAGER='most'
|
||||
export SHELL="/bin/zsh"
|
||||
export BROWSER='google-chrome-unstable'
|
||||
export TERM=xterm
|
||||
export BROWSER='google-chrome-stable'
|
||||
|
||||
export ANDROID_SDK_ROOT=/opt/android-sdk
|
||||
export PATH=$PATH:/opt/android-sdk/platform-tools:/opt/android-sdk/tools
|
||||
|
||||
# colors for less without compiled termcap files (curses feature)
|
||||
export LESS_TERMCAP_mb=$'\e[01;31m'
|
||||
@@ -208,12 +212,12 @@ alias :q='exit'
|
||||
|
||||
source ~/.zsh/git-prompt/loader.sh
|
||||
#PROMPT='%* %B%{[0;36m%}%n%{[0;34m%}@%m %{[0;33m%}%~%b $(git_super_status) %# '
|
||||
# underline hostname
|
||||
PROMPT='%* %B%{[0;36m%}%n%{[0;34m%}@%U%m%u %{[0;33m%}%~%b $(git_super_status) %# '
|
||||
|
||||
# stuff for development (e.g. nvm)
|
||||
if [ "$(hostname)" = "x230" ]; then
|
||||
source ~/.zsh/dev-machine.zsh
|
||||
if [ "$(hostname)" = "t480" ]; then
|
||||
# source ~/.zsh/dev-machine.zsh
|
||||
# underline hostname
|
||||
PROMPT='%* %B%{[0;36m%}%n%{[0;34m%}@%U%m%u %{[0;33m%}%~%b $(git_super_status) %# '
|
||||
fi
|
||||
|
||||
numlockx on
|
||||
|
||||
Reference in New Issue
Block a user