mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Remove z.sh
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -13,9 +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
|
|
||||||
[submodule "shell/bash/git-aware-prompt"]
|
[submodule "shell/bash/git-aware-prompt"]
|
||||||
path = shell/bash/git-aware-prompt
|
path = shell/bash/git-aware-prompt
|
||||||
url = git@github.com:jimeh/git-aware-prompt.git
|
url = git@github.com:jimeh/git-aware-prompt.git
|
||||||
|
|||||||
1
shell/z
1
shell/z
Submodule shell/z deleted from 9ac0898e1b
@@ -1,8 +0,0 @@
|
|||||||
#
|
|
||||||
# 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