mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 03:06:40 +00:00
Remove z.sh
This commit is contained in:
31
.gitmodules
vendored
31
.gitmodules
vendored
@@ -1,27 +1,24 @@
|
||||
[submodule "shell/zsh/oh-my-zsh"]
|
||||
path = shell/zsh/oh-my-zsh
|
||||
url = https://github.com/robbyrussell/oh-my-zsh.git
|
||||
path = shell/zsh/oh-my-zsh
|
||||
url = https://github.com/robbyrussell/oh-my-zsh.git
|
||||
[submodule "emacs.d"]
|
||||
path = emacs.d
|
||||
url = git@github.com:jimeh/.emacs.d.git
|
||||
path = emacs.d
|
||||
url = git@github.com:jimeh/.emacs.d.git
|
||||
[submodule "private"]
|
||||
path = private
|
||||
url = git@bitbucket.org:jimeh/dotfiles-private.git
|
||||
path = private
|
||||
url = git@bitbucket.org:jimeh/dotfiles-private.git
|
||||
[submodule "shell/tmux/tmuxifier"]
|
||||
path = shell/tmux/tmuxifier
|
||||
url = git@github.com:jimeh/tmuxifier.git
|
||||
path = shell/tmux/tmuxifier
|
||||
url = git@github.com:jimeh/tmuxifier.git
|
||||
[submodule "shell/zsh/zsh-syntax-highlighting"]
|
||||
path = shell/zsh/zsh-syntax-highlighting
|
||||
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
[submodule "shell/z"]
|
||||
path = shell/z
|
||||
url = git@github.com:jimeh/z.git
|
||||
path = shell/zsh/zsh-syntax-highlighting
|
||||
url = git://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
[submodule "shell/bash/git-aware-prompt"]
|
||||
path = shell/bash/git-aware-prompt
|
||||
url = git@github.com:jimeh/git-aware-prompt.git
|
||||
path = shell/bash/git-aware-prompt
|
||||
url = git@github.com:jimeh/git-aware-prompt.git
|
||||
[submodule "tmux/themes"]
|
||||
path = tmux/themes
|
||||
url = git@github.com:jimeh/tmux-themepack.git
|
||||
path = tmux/themes
|
||||
url = git@github.com:jimeh/tmux-themepack.git
|
||||
[submodule "shell/zsh/zsh-autosuggestions"]
|
||||
path = shell/zsh/zsh-autosuggestions
|
||||
url = git@github.com:tarruda/zsh-autosuggestions.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