diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/shell/profile b/config/shell/profile index 9125131..cb881cd 100644 --- a/config/shell/profile +++ b/config/shell/profile @@ -5,7 +5,7 @@ export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_STATE_HOME="$HOME/.local/state" export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc" -export ZSHRC="$XDG_CONFIG_HOME/zsh/zshrc" +export ZSHRC="$HOME/.zshrc" export BASHRC="$HOME/.bashrc" mkdir -p "${XDG_BIN_DIR}" |