diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-21 21:28:59 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-21 21:28:59 +0400 |
commit | 6064f3172e3f56f6fc6563d7ec334b42e8ae94a7 (patch) | |
tree | 3a63b631f51db6bd6bccc13ff11e62531f280a6f | |
parent | 61a96f4c817938e6f2b0a0c2a6c43a310228908e (diff) |
feat(profile): export ZSHRC as an environmental variables
-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}" |