lang changes
This commit is contained in:
parent
30727b3ac5
commit
024b205050
2
zshrc
2
zshrc
@ -1,6 +1,6 @@
|
||||
# Path to your oh-my-zsh installation.
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
ZSH_THEME="half-life"
|
||||
ZSH_THEME="fino-time"
|
||||
plugins=(git)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
# User configuration Exports
|
||||
export LC_ALL=C
|
||||
export LANG=en_US.UTF-8
|
||||
export NPM_PACKAGES="${HOME}/.npm-packages"
|
||||
export NODE_PATH="$NPM_PACKAGES/lib/node_modules:$NODE_PATH"
|
||||
export GOPATH=$HOME/go
|
||||
@ -10,7 +12,7 @@ export PROJECT_HOME=$HOME/Devel
|
||||
export PATH="$HOME/bin:$HOME/.rvm.bin:$NPM_PACKAGES/bin:$GOPATH/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
|
||||
|
||||
# Sourcing aliases and functions
|
||||
source /usr/local/bin/virtualenvwrapper_lazy.sh
|
||||
source /usr/bin/virtualenvwrapper_lazy.sh
|
||||
source ~/.bash_aliases
|
||||
|
||||
# Unset manpath so we can inherit from /etc/manpath via the `manpath`
|
||||
|
Loading…
Reference in New Issue
Block a user