bashrc changed

This commit is contained in:
[yuri]
2025-12-11 17:54:52 +01:00
parent 327663dbed
commit c0eaba6b5e

View File

@@ -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)'