install and configure zsh
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
alias s="sudo systemctl" \
|
||||
ss="sudo systemctl start" \
|
||||
pls="sudo"
|
||||
@@ -0,0 +1,2 @@
|
||||
ZDOTDIR=$HOME/.config/zsh
|
||||
ZSH_CUSTOM=$HOME/.config/zsh/custom
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user