Add z command from my own fork

This commit is contained in:
2012-09-02 22:56:32 +01:00
parent d75f1bdb7e
commit 5d67ba972c
4 changed files with 15 additions and 0 deletions

View File

@@ -35,5 +35,8 @@ source "$DOTSHELL/sbcl.sh"
# Services
source "$DOTSHELL/services.sh"
# Shell related
source "$DOTSHELL/z.sh"
# Environment Setup
source "$DOTSHELL/env.sh"

1
shell/z Submodule

Submodule shell/z added at 03b37b073e

8
shell/z.sh Normal file
View 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