remove rm interactly
This commit is contained in:
parent
db4dc89328
commit
0299bc9f28
2 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue