zshrc
This commit is contained in:
parent
69f46861dd
commit
d548cd05fb
@ -24,11 +24,11 @@ SudoLoop
|
|||||||
#UpgradeMenu
|
#UpgradeMenu
|
||||||
#NewsOnUpgrade
|
#NewsOnUpgrade
|
||||||
|
|
||||||
LocalRepo
|
#LocalRepo
|
||||||
Chroot
|
#Chroot
|
||||||
Sign
|
#Sign
|
||||||
#SignDb
|
#SignDb
|
||||||
KeepRepoCache
|
#KeepRepoCache
|
||||||
|
|
||||||
#
|
#
|
||||||
# Binary OPTIONS
|
# Binary OPTIONS
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
# Required init for cli programs
|
# Required init for cli programs
|
||||||
# Do not install completions unless no working, check /usr/share/bash-completion
|
# Do not install completions unless no working, check /usr/share/bash-completion
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
|
autoload -Uz promptinit
|
||||||
|
autoload -Uz compinit
|
||||||
|
promptinit
|
||||||
|
compinit
|
||||||
|
|
||||||
# Set aliases
|
# Set aliases
|
||||||
alias ls="eza --icons --long"
|
alias ls="eza --icons --long"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user