This commit is contained in:
adi1090x 2022-02-02 00:17:46 +05:30
parent bb9daa4b3f
commit f32a159ed6
2 changed files with 5 additions and 1 deletions

View File

@ -1 +0,0 @@
SHELL=/bin/zsh

View File

@ -77,6 +77,11 @@ pacman-key --lsign-key FBA220DFC880C036
## -------------------------------------------------------------- ##
## Set zsh as default shell for new user
sed -i -e 's#SHELL=.*#SHELL=/bin/zsh#g' /etc/default/useradd
## -------------------------------------------------------------- ##
## Copy Few Configs Into Root Dir
rdir="/root/.config"
sdir="/etc/skel"