mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Use general path for sourcing autojump
This commit is contained in:
parent
7cd6a29f7a
commit
70e75ef8dc
|
@ -44,6 +44,6 @@ bindkey '^ ' autosuggest-accept
|
|||
# Load extensions (should be last)
|
||||
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null # Syntax highlighting
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null # Auto suggestions
|
||||
source /etc/profile.d/autojump.sh 2>/dev/null # Auto-Jump
|
||||
source /usr/share/autojump/autojump.zsh 2>/dev/null # Auto-Jump
|
||||
|
||||
#neofetch --cpu_temp C --gtk2 off --gtk3 off --color_blocks on --pixterm
|
||||
|
|
Loading…
Reference in a new issue