From adc32350caaa166fa6c9937f310551c08f88657b Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 21 Jun 2025 21:38:50 +0400 Subject: style(profile): sort logically and alphabetically --- config/shell/profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/shell/profile') diff --git a/config/shell/profile b/config/shell/profile index 4ee9679..23434bd 100644 --- a/config/shell/profile +++ b/config/shell/profile @@ -1,12 +1,12 @@ # Directories and Files +export BASHRC="${HOME}/.bashrc" +export ZSHRC="${HOME}/.zshrc" +export XINITRC="${XDG_CONFIG_HOME}/x11/xinitrc" export XDG_BIN_DIR="${HOME}/.local/bin" export XDG_CACHE_HOME="${HOME}/.cache" 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="${HOME}/.zshrc" -export BASHRC="${HOME}/.bashrc" mkdir -p "${XDG_BIN_DIR}" export PATH="${XDG_BIN_DIR}:${PATH}" -- cgit v1.2.3