Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Add zsh-z plugin instead of autojump
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Štefka committed Jan 9, 2022
1 parent e1244d4 commit 4e514ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
[submodule "git"]
path = git
url = [email protected]:davidde/git.git
[submodule "zsh-z"]
path = zsh-z
url = [email protected]:agkozak/zsh-z.git
1 change: 1 addition & 0 deletions zsh-z
Submodule zsh-z added at b5e61d
3 changes: 2 additions & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ source $HOME/zsh/git/git.plugin.zsh 2>/dev/null
source $HOME/zsh/ssh-connect/ssh-connect.sh 2>/dev/null
source $HOME/zsh/web-search/web_search.plugin.zsh 2>/dev/null
source $HOME/zsh/oh-my-zsh-dirhistory/dirhistory.plugin.zsh 2>/dev/null
source /usr/share/autojump/autojump.zsh 2>/dev/null
source $HOME/zsh/zsh-z/zsh-z.plugin.zsh 2>/dev/null
#source /usr/share/autojump/autojump.zsh 2>/dev/null
alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"

0 comments on commit 4e514ef

Please sign in to comment.