diff options
author | otg <self@sateoki.xyz> | 2022-02-15 17:55:02 +0000 |
---|---|---|
committer | otg <self@sateoki.xyz> | 2022-02-15 17:55:02 +0000 |
commit | 2cd8348ac37093ef3489607117051f98f3f94288 (patch) | |
tree | 7dca08ba7681c35cfeab3e8d0074bbf7978c1ba2 /zsh/.zshrc | |
parent | a2773772526dec083289f475dd2d45937495ffa8 (diff) |
Got rid of USRCONFDIR + background aliases that aren't needed any more
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -24,7 +24,6 @@ alias pmpv="prime-run mpv" # Other general user config -export USRCONFDIR=$HOME/.usrconf # Set user configuration directory ## TODO: is this needed anymore? autoload -U colors && colors autoload -U promptinit && promptinit @@ -61,9 +60,6 @@ alias m="ncmpcpp" alias mc="mpc" # backgrounds, wal... -alias randbg="wal -i $USRCONFDIR/backgrounds/nice-photos > /dev/null" # random background -alias rb="wal -R > /dev/null" # refresh bg -alias rbghs="randbg --backend haishoku" # random background haishoku backend # todos... alias td="mn todos" |