mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Apportable path
This commit is contained in:
parent
5a881d9164
commit
ab15a72004
1 changed files with 1 additions and 1 deletions
2
zshrc
2
zshrc
|
|
@ -40,7 +40,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
|
||||
# Thankfully the path that is already present is the one that the system has set according to
|
||||
# normal practices. This inserts a few more things that I use from the shell.
|
||||
export PATH=~/bin:~/util:$PATH:/usr/local/share/npm/bin
|
||||
export PATH=~/bin:~/util:$PATH:/usr/local/share/npm/bin:~/.apportable/SDK/bin
|
||||
|
||||
# [[ $(id -u) == 0 ]] && export PATH=/usr/local/bin:$PATH
|
||||
# export PAGER=vimpager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue