From 126b930b8141378ad53cfe1a2bb60a2f335991e4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 31 Jan 2021 14:57:17 +0100 Subject: thefuck alias --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 2d4719b..8beace6 100644 --- a/.zshrc +++ b/.zshrc @@ -43,6 +43,9 @@ alias n="ncmpcpp" function genplaylist { find $1 -name "*.flac" | sort -V > ../playlists/$1.m3u } function bgcol { convert -size 1x1 xc:$1 /tmp/bgcol.png && feh --bg-tile /tmp/bgcol.png } +# the fuck +eval $(thefuck --alias) + # cleanup rm -rf ~/.Wurst\ encryption ~/.xsession-errors ~/.xsession-errors.old ~/.zshrc.zwc ~/.lesshst ~/.lyrics ~/.android ~/.zcalc_history .git-credentials .node_repl_history .python_history alias nvidia-settings=nvidia-settings --config="$XDG_CONFIG_HOME"/nvidia/settings -- cgit v1.2.3