commit 07e47b744bd41ee0fd904b84e33053d2e2d89205 Author: Stefan Koch <programming@stefan-koch.name> Date: Sun, 9 Oct 2022 15:50:50 +0200 add .bashrc to chezmoi Diffstat:
A | dot_bashrc | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/dot_bashrc b/dot_bashrc @@ -0,0 +1,7 @@ +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' + +ssh-add $HOME/.ssh/id_rsa_internal