mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add z command from my own fork
This commit is contained in:
8
shell/z.sh
Normal file
8
shell/z.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# Setup for z (https://github.com/rupa/z)
|
||||
#
|
||||
|
||||
if [ -f "$DOTSHELL/z/z.sh" ]; then
|
||||
_Z_NO_RESOLVE_SYMLINKS=1
|
||||
source "$DOTSHELL/z/z.sh"
|
||||
fi
|
||||
Reference in New Issue
Block a user