update

This commit is contained in:
2024-10-11 09:25:12 +02:00
parent e030342ca5
commit 4674684254
10 changed files with 64 additions and 29 deletions

View File

@ -14,6 +14,9 @@ if [ -x /usr/bin/dircolors ]; then
alias egrep='egrep --color=auto'
alias diff='diff --color=auto'
fi
~sezení(){ ~/Dokumenty/Projekty/Sezení; }
alias §rm='rm -vi'
alias §cp='cp -vi'
alias §mv='mv -vi'