Skip to content
Snippets Groups Projects
Commit c46b7d43 authored by Bruno Pinto's avatar Bruno Pinto
Browse files

removing old commented out code

parent 1b102c54
Branches
No related merge requests found
#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
for brew_path in $brew_paths[-1..1]
if test -d $brew_path
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment