summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 026975e..5d1685a 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -139,7 +139,7 @@ abbrev-alias mnx="mpc next"
abbrev-alias mpr="mpc prev"
# backgrounds, wal...
-abbrev-alias rbg="feh --bg-fill $(shuf -n1 -e ~/bgs/*)"
+alias rbg="feh --bg-fill $(shuf -n1 -e ~/bgs/*)"
# cargo
abbrev-alias cb="cargo build"