add /usr/local/lib/cw to $PATH for ansi colours in standard unix tools
This commit is contained in:
parent
e59f74e56d
commit
5c7ca61bfc
1 changed files with 1 additions and 1 deletions
2
zshenv
2
zshenv
|
|
@ -1,4 +1,4 @@
|
||||||
custom_paths=(/sbin /usr/sbin $HOME/bin $HOME/.rbenv/bin /usr/local/android/tools /usr/local/android/platform-tools)
|
custom_paths=(/sbin /usr/sbin $HOME/bin $HOME/.rbenv/bin /usr/local/android/tools /usr/local/android/platform-tools /usr/local/lib/cw)
|
||||||
for dir in $custom_paths; do
|
for dir in $custom_paths; do
|
||||||
if [[ -d "$dir" ]]; then
|
if [[ -d "$dir" ]]; then
|
||||||
path=($dir $path)
|
path=($dir $path)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue