我在$ fish_user_path中添加了一条新路径,因为我想使用我安装的新版本的php。
set -U fish_user_path /Applications/XAMPP/xampfiles/bin $fish_user_paths
现在我意识到我不想这样做,我想删除路径
set -e -U fish_user_paths[1]
这给我一个错误来自 head - 未知选项:n
我相信这是因为我现在正在使用我添加的路径。但由于错误,我无法删除路径。
是否有其他方法可以删除路径,或者我可以暂时指定要使用哪个版本的头?