stop using wc for shell colours, slow, ugly
This commit is contained in:
parent
6ccdd48612
commit
a46e33b0a1
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 /usr/local/lib/cw)
|
custom_paths=(/sbin /usr/sbin $HOME/bin $HOME/.rbenv/bin /usr/local/android/tools /usr/local/android/platform-tools /usr/local/bin)
|
||||||
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