This commit is contained in:
Isaac Shoebottom 2025-01-26 20:18:15 -04:00
parent 69f46861dd
commit d548cd05fb
2 changed files with 8 additions and 4 deletions

View File

@ -24,11 +24,11 @@ SudoLoop
#UpgradeMenu
#NewsOnUpgrade
LocalRepo
Chroot
Sign
#LocalRepo
#Chroot
#Sign
#SignDb
KeepRepoCache
#KeepRepoCache
#
# Binary OPTIONS

View File

@ -4,6 +4,10 @@
# Required init for cli programs
# Do not install completions unless no working, check /usr/share/bash-completion
eval "$(zoxide init zsh)"
autoload -Uz promptinit
autoload -Uz compinit
promptinit
compinit
# Set aliases
alias ls="eza --icons --long"