From 2b570479bcf0444b0705d27e367d035d11b0d817 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 3 Aug 2025 17:18:01 +0200 Subject: [PATCH] Move yash configuration to the .config directory --- .config/yash/profile | 1 + .yashrc => .config/yash/rc | 0 .profile | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 .config/yash/profile rename .yashrc => .config/yash/rc (100%) diff --git a/.config/yash/profile b/.config/yash/profile new file mode 120000 index 0000000..25ce0f3 --- /dev/null +++ b/.config/yash/profile @@ -0,0 +1 @@ +../../.profile \ No newline at end of file diff --git a/.yashrc b/.config/yash/rc similarity index 100% rename from .yashrc rename to .config/yash/rc diff --git a/.profile b/.profile index 50b2f3c..298d5db 100755 --- a/.profile +++ b/.profile @@ -1,4 +1,4 @@ -PATH="$HOME/.local/bin:$HOME/.cargo/bin:$HOME/.ghcup/bin:$HOME/.cabal/bin:$HOME/.rd/bin:$PATH" +PATH="$HOME/.local/bin:$HOME/.cargo/bin:$HOME/.ghcup/bin:$HOME/.cabal/bin:$PATH" if [ -x /opt/homebrew/bin/brew ] then