From c0eaba6b5e52ddcd7a73ebc2e26a8822d3574979 Mon Sep 17 00:00:00 2001 From: "[yuri]" <[yuri.kuit@gmail.com]> Date: Thu, 11 Dec 2025 17:54:52 +0100 Subject: [PATCH] bashrc changed --- arch/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/.bashrc b/arch/.bashrc index faedf25..240e311 100644 --- a/arch/.bashrc +++ b/arch/.bashrc @@ -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)'