From fef7a7ef4fa31170ee78dfb774934feb84a88423 Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 3 Aug 2026 21:09:25 +0200 Subject: arch postinstall scripts --- dotfiles/.bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dotfiles/.bash_profile (limited to 'dotfiles/.bash_profile') diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile new file mode 100644 index 0000000..aa86eab --- /dev/null +++ b/dotfiles/.bash_profile @@ -0,0 +1,7 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + +export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket -- cgit