summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorotg <self@sateoki.xyz>2022-02-15 17:55:02 +0000
committerotg <self@sateoki.xyz>2022-02-15 17:55:02 +0000
commit2cd8348ac37093ef3489607117051f98f3f94288 (patch)
tree7dca08ba7681c35cfeab3e8d0074bbf7978c1ba2 /zsh/.zshrc
parenta2773772526dec083289f475dd2d45937495ffa8 (diff)
Got rid of USRCONFDIR + background aliases that aren't needed any more
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 3948eea..5bd86c1 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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"