mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-17 13:12:46 +08:00
fix z path scope
This commit is contained in:
parent
fab7aba91c
commit
99dcf2861d
|
@ -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