diff options
author | self <george@gabbott.dev> | 2022-12-22 19:41:31 +0000 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-12-22 19:41:31 +0000 |
commit | 6354a9fc52c5ed7c652510b677ea3869a94f5968 (patch) | |
tree | cdaf957751699c9245be9b68c6a0e89b4688ec2b /zsh/.zshrc | |
parent | 310eb00ce6b7ac2da565e0c3dd21c287c65d1d0b (diff) |
Source .zshrc-cd in .zshrc
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ autoload -U promptinit && promptinit # Source .zshrc-xdg, which holds aliases to declutter the home directory source "$XDG_CONFIG_HOME/zsh/.zshrc-xdg" +# Source .zshrc-cd, which holds cd aliases. +source "$XDG_CONFIG_HOME/zsh/.zshrc-cd" + ################################## orgd ####################################### export WRITTEN="$HOME/docs/wr" export LLE="$WRITTEN/lle" |