Skip to content

Commit 3db5481

Browse files
committed
bashrc update thefuck alias
1 parent 335fb90 commit 3db5481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ alias lma='alias | grep -e "alias g[0-9]"|grep -v "alias m"|sed "s/alias //"'
7777
touch ~/.bookmarks
7878
source ~/.bookmarks
7979

80-
alias fuck='$(thefuck $(fc -ln -1))'
8180
alias sqlite3='sqlite3 -column -header'
8281

8382
cf() {
@@ -121,6 +120,7 @@ rm-bom() {
121120
## Tools
122121
source "$BASEDIR"/bash/z/z.sh
123122
command -v lesspipe.sh >/dev/null && eval "$(SHELL=/bin/sh lesspipe.sh)"
123+
command -v thefuck >/dev/null && eval "$(thefuck --alias)"
124124

125125

126126
## Machine specific bashrc

0 commit comments

Comments
 (0)