Add first dotfile
This commit is contained in:
parent
a00899dc14
commit
9ca839be9b
1 changed files with 8 additions and 0 deletions
8
dot_bash_profile
Normal file
8
dot_bash_profile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#
|
||||||
|
# ~/.bash_profile
|
||||||
|
#
|
||||||
|
|
||||||
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||||
|
export DEBUGINFOD_URLS="https://debuginfod.archlinux.org"
|
Loading…
Add table
Reference in a new issue