mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
Merge pull request #145 from chrisirhc/feature/fix-z-plugin
fix z path scope
This commit is contained in:
commit
8e6adf2541
@ -1,5 +1,5 @@
|
||||
if test -z "$Z_SCRIPT_PATH"
|
||||
set -x Z_SCRIPT_PATH /usr/local/etc/profile.d/z.sh
|
||||
set -gx Z_SCRIPT_PATH /usr/local/etc/profile.d/z.sh
|
||||
end
|
||||
|
||||
function __check_z --on-variable PWD --description 'Setup z on directory change'
|
||||
|
Loading…
Reference in New Issue
Block a user