mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Added appengine to path for linux.
This commit is contained in:
parent
7728107eba
commit
41b9bac3ec
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ if [ -z "$LC_ALL" ]; then export LC_ALL=en_US.UTF-8; fi
|
||||||
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
|
if [ -z "$LANG" ]; then export LANG=en_US.UTF-8; fi
|
||||||
|
|
||||||
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
if [ -e $HOME/bin ]; then export PATH="$HOME/bin:$PATH"; fi
|
||||||
|
if [ -e $HOME/appengine ]; then export PATH="$HOME/appengine:$PATH"; fi
|
||||||
if [ -e $HOME/.cabal/bin ]; then export PATH="$HOME/.cabal/bin:$PATH"; fi
|
if [ -e $HOME/.cabal/bin ]; then export PATH="$HOME/.cabal/bin:$PATH"; fi
|
||||||
|
|
||||||
[ "$TERM" = "xterm" ] && TERM="xterm-256color"
|
[ "$TERM" = "xterm" ] && TERM="xterm-256color"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue