Move thfuck to it own script

This commit is contained in:
Martin Blazik
2020-09-19 16:31:55 +02:00
parent fcf0660640
commit c49c249d46
2 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,6 @@ alias dcfilter="sed -r 's/^[^|]+\| //g'"
alias fd=fdfind
alias ip4='ip -4 -c'
alias fuck=thefuck
alias now='echo -n $(date "+%T")'
alias nowsql='echo -n $(date "+%Y-%m-%d %H:%M:%S")'

1
rc/thefuck.sh Normal file
View File

@@ -0,0 +1 @@
eval "$(thefuck --alias)"