Solve circular rm aliases
parent
e011531520
commit
6fd0445936
2
.aliases
2
.aliases
|
@ -3,5 +3,3 @@ alias ap='ansible-playbook'
|
|||
alias yey='yay -Syu --noconfirm'
|
||||
# Avoid losing stuff
|
||||
alias rm='rmtrash'
|
||||
# Permit to rm if sure
|
||||
alias rrm='rm'
|
||||
|
|
|
@ -138,6 +138,7 @@ if [ ! -z "$INIT" ]; then
|
|||
echo -e "* Ensure keyboard will still be in AZERTY mode when plugged/unplugged..."
|
||||
# This creates a Xorg configuration file
|
||||
sudo localectl --no-convert set-x11-keymap fr
|
||||
echo -e "* Create a symlink rrm → rm (rm will be an alias to rmtrash) in zsh"
|
||||
fi
|
||||
|
||||
if [ ! -z ${ENV} ]; then
|
||||
|
|
Loading…
Reference in New Issue