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:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -13,3 +13,6 @@
|
|||||||
[submodule "shell/zsh/zsh-syntax-highlighting"]
|
[submodule "shell/zsh/zsh-syntax-highlighting"]
|
||||||
path = shell/zsh/zsh-syntax-highlighting
|
path = shell/zsh/zsh-syntax-highlighting
|
||||||
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
|
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||||
|
[submodule "shell/z"]
|
||||||
|
path = shell/z
|
||||||
|
url = git@github.com:jimeh/z.git
|
||||||
|
|||||||
@@ -35,5 +35,8 @@ source "$DOTSHELL/sbcl.sh"
|
|||||||
# Services
|
# Services
|
||||||
source "$DOTSHELL/services.sh"
|
source "$DOTSHELL/services.sh"
|
||||||
|
|
||||||
|
# Shell related
|
||||||
|
source "$DOTSHELL/z.sh"
|
||||||
|
|
||||||
# Environment Setup
|
# Environment Setup
|
||||||
source "$DOTSHELL/env.sh"
|
source "$DOTSHELL/env.sh"
|
||||||
|
|||||||
1
shell/z
Submodule
1
shell/z
Submodule
Submodule shell/z added at 03b37b073e
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