1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-01 17:07:45 +02:00

bugfix in aliasrc

This commit is contained in:
TiynGER 2019-12-02 23:49:21 +01:00
parent 97aad0862b
commit dbc020f543

View File

@ -57,7 +57,7 @@ alias rm="rm -i"
alias su="sudo -i"
#sc-im
alias sc-im="sc"
alias sc="sc-im"
# script
alias scriptclear="cat typescript | perl -pe 's/\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)//g' | col -b > typescript-processed"