mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Add and remove plugins
This commit is contained in:
parent
53556f12b2
commit
4e463dd1ec
1
.aliases
1
.aliases
@ -1,3 +1,4 @@
|
|||||||
|
alias af=alias-finder
|
||||||
alias ls=lsd
|
alias ls=lsd
|
||||||
alias lt="lsd --tree"
|
alias lt="lsd --tree"
|
||||||
alias rake='noglob bundled_rake'
|
alias rake='noglob bundled_rake'
|
||||||
|
4
.zshrc
4
.zshrc
@ -54,9 +54,9 @@ HIST_STAMPS="mm/dd/yyyy"
|
|||||||
|
|
||||||
# plugins=()
|
# plugins=()
|
||||||
plugins=(
|
plugins=(
|
||||||
zsh-autosuggestions python pip last-working-dir dirhistory history sudo command-not-found git extract zsh-syntax-highlighting docker docker-compose zsh-vi-mode z.lua
|
alias-finder zsh-autosuggestions pip last-working-dir dirhistory history sudo command-not-found git extract zsh-syntax-highlighting docker docker-compose zsh-vi-mode z.lua
|
||||||
)
|
)
|
||||||
plugins+=(zsh-prompt-benchmark)
|
# plugins+=(zsh-prompt-benchmark)
|
||||||
|
|
||||||
|
|
||||||
ZVM_LAZY_KEYBINDINGS=false
|
ZVM_LAZY_KEYBINDINGS=false
|
||||||
|
Loading…
Reference in New Issue
Block a user