mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
removing old commented out code
This commit is contained in:
parent
1b102c545a
commit
c46b7d4308
@ -1,9 +1,3 @@
|
|||||||
#function _path_index
|
|
||||||
# if test $PATH[$argv[1]] = $argv[2]
|
|
||||||
# echo 'Path index correct'
|
|
||||||
# end
|
|
||||||
#end
|
|
||||||
|
|
||||||
set -l brew_paths /usr/local/bin /usr/bin /bin /usr/local/sbin /usr/sbin /sbin
|
set -l brew_paths /usr/local/bin /usr/bin /bin /usr/local/sbin /usr/sbin /sbin
|
||||||
for brew_path in $brew_paths[-1..1]
|
for brew_path in $brew_paths[-1..1]
|
||||||
if test -d $brew_path
|
if test -d $brew_path
|
||||||
|
Loading…
Reference in New Issue
Block a user