summaryrefslogtreecommitdiffstats
path: root/.config/shell
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-04-06 17:17:43 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-04-06 17:17:43 -0400
commit20c1eada6fe019aa9673e2570db40f5d4d4743dd (patch)
treed59cff692c9be20cec4535fd596f5c436180e3d7 /.config/shell
parent53602957686f362a027e455a796e3c0c26f694df (diff)
parentea99abf1fa2bf04d88524693c3895e715ad60722 (diff)
downloadeibhear-20c1eada6fe019aa9673e2570db40f5d4d4743dd.tar.gz
eibhear-20c1eada6fe019aa9673e2570db40f5d4d4743dd.tar.zst
eibhear-20c1eada6fe019aa9673e2570db40f5d4d4743dd.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/aliasrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 107ecb8..1f048ed 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -46,5 +46,5 @@ alias \
alias \
magit="nvim -c MagitOnly" \
- ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/zshnameddirrc" \
+ ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" \
weath="less -S ${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" \