bashrc changed
This commit is contained in:
@@ -100,6 +100,7 @@ alias update-fc='sudo fc-cache -fv'
|
||||
|
||||
#copy/paste all content of /etc/skel over to home folder - backup of config created - beware
|
||||
#skel alias has been replaced with a script at /usr/local/bin/skel
|
||||
alias skel='cp -Rf ~/.config ~/.config-backup-$(date +%Y.%m.%d-%H.%M.%S) ; cp -arf /etc/skel/. ~'
|
||||
|
||||
#backup contents of /etc/skel to hidden backup folder in home/user
|
||||
alias bupskel='cp -Rf /etc/skel ~/.skel-backup-$(date +%Y.%m.%d-%H.%M.%S)'
|
||||
|
||||
Reference in New Issue
Block a user