install and configure zsh

This commit is contained in:
2025-02-03 22:14:05 +01:00
parent 77fbef0447
commit 473f8e2d39
6 changed files with 63 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
autoload -Uz compinit promptinit
zstyle ':completion::complete:*' gain-privileges 1
autoload -U colors && colors
compinit
promptinit
source ~/.config/zsh/.aliasrc
# This will set the default prompt to the walters theme
prompt walters