remove rm interactly

This commit is contained in:
Simon Rieger 2024-11-29 20:35:20 +01:00
parent db4dc89328
commit 0299bc9f28
2 changed files with 0 additions and 10 deletions

View file

@ -58,11 +58,6 @@ alias history="history 0"
alias etcher="usbimager"
alias ls='ls --color=auto'
function rm
{
/bin/rm $@ -I
}
function keytype() {
echo "Eingabe wird in 5 Sekunden ausgegeben!"
sleep 5 && { echo typedelay 100; echo type $1; } | DOTOOL_XKB_LAYOUT=de dotool && notify-send done

View file

@ -58,11 +58,6 @@ alias history="history 0"
alias etcher="usbimager"
alias ls='ls --color=auto'
function rm
{
/bin/rm $@ -I
}
function keytype() {
echo "Eingabe wird in 5 Sekunden ausgegeben!"
sleep 5 && { echo typedelay 100; echo type $1; } | DOTOOL_XKB_LAYOUT=de dotool && notify-send done