From 2cd8348ac37093ef3489607117051f98f3f94288 Mon Sep 17 00:00:00 2001 From: otg Date: Tue, 15 Feb 2022 17:55:02 +0000 Subject: Got rid of USRCONFDIR + background aliases that aren't needed any more --- zsh/.zshrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'zsh/.zshrc') 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" -- cgit v1.2.1