diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-31 14:57:17 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-31 14:57:17 +0100 |
commit | 126b930b8141378ad53cfe1a2bb60a2f335991e4 (patch) | |
tree | 91a290f26025be9bb0048131843b0931da219f67 | |
parent | 5dab5fcc017ba0f4d1563f39fc8718108acbb4cc (diff) |
thefuck alias
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |