1
0
Fork 0
This commit is contained in:
Jarkko Toivanen 2023-06-09 04:06:17 +03:00
parent d3fcf94e5c
commit e889992c1a
Signed by: jt
GPG key ID: 9151B109B73ECAD5

15
.bashrc Normal file
View file

@ -0,0 +1,15 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi