updated own aliases
This commit is contained in:
parent
c0f1c12f5e
commit
c8db8df2b0
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
# Own Aliases
|
||||
alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
|
||||
# Command Line Foo
|
||||
alias clf='clf --color'
|
||||
|
||||
# The Fuck
|
||||
alias fuck='eval $(thefuck $(fc -ln -1))'
|
||||
TF_ALIAS=fuck alias fuck='eval $(thefuck $(fc -ln -1 | tail -n 1)); fc -R'
|
||||
|
||||
# PClear
|
||||
pclear () {
|
||||
|
|
Loading…
Add table
Reference in a new issue