updated stuff
This commit is contained in:
parent
948930c467
commit
c37679a883
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,6 @@ fi
|
||||||
|
|
||||||
source "$ZDOTDIR/libraries/export.zsh"
|
source "$ZDOTDIR/libraries/export.zsh"
|
||||||
source "$ZDOTDIR/libraries/dircolor.zsh"
|
source "$ZDOTDIR/libraries/dircolor.zsh"
|
||||||
source "$ZDOTDIR/libraries/tmux/tmux.zsh"
|
|
||||||
|
|
||||||
source "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
source "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||||
source "/usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme"
|
source "/usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme"
|
||||||
|
@ -18,6 +17,7 @@ for file in $ZDOTDIR/libraries/plugins/*.zsh; do source "$file"; done
|
||||||
source "/usr/share/fzf/completion.zsh"
|
source "/usr/share/fzf/completion.zsh"
|
||||||
source "/usr/share/fzf/key-bindings.zsh"
|
source "/usr/share/fzf/key-bindings.zsh"
|
||||||
source "/usr/share/doc/pkgfile/command-not-found.zsh"
|
source "/usr/share/doc/pkgfile/command-not-found.zsh"
|
||||||
|
source "$ZDOTDIR/libraries/tmux/tmux.zsh"
|
||||||
|
|
||||||
# Use lf to switch directories and bind it to ctrl-o
|
# Use lf to switch directories and bind it to ctrl-o
|
||||||
lfcd () {
|
lfcd () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue