diff options
author | neodarz <neodarz@neodarz/net> | 2018-08-05 18:34:05 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz/net> | 2018-08-05 18:34:05 +0200 |
commit | b0c49987eda58fdbcd1b8d017c5b08fe17eeb76e (patch) | |
tree | 5ae53edaa664871159062d53fad924bd3f814d09 /zsh | |
parent | 97c8f6b061cc767068aeb9fb9f24dcef723cbe27 (diff) | |
download | dotfiles_ascii-b0c49987eda58fdbcd1b8d017c5b08fe17eeb76e.tar.xz dotfiles_ascii-b0c49987eda58fdbcd1b8d017c5b08fe17eeb76e.zip |
Add autojump
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 2 | ||||
-rw-r--r-- | zsh/.zsh/plugin.zsh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh index f14a88f..70ef14a 100755 --- a/zsh/.zsh/aliases.zsh +++ b/zsh/.zsh/aliases.zsh @@ -198,7 +198,7 @@ alias calc="bc -l" alias diff="colordiff" alias h='\history' -alias j='jobs -l' +#alias j='jobs -l' alias path='echo -e ${PATH//:/\\n}' alias now='date +"%T"' diff --git a/zsh/.zsh/plugin.zsh b/zsh/.zsh/plugin.zsh index 609071a..9515043 100644 --- a/zsh/.zsh/plugin.zsh +++ b/zsh/.zsh/plugin.zsh @@ -5,3 +5,4 @@ source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/.zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh source ~/.zsh/plugins/zsh-completions/zsh-completions.plugin.zsh source ~/.zsh/plugins/zsh-system-clipboard/zsh-system-clipboard.zsh +source /etc/profile.d/autojump.zsh |