first actual commit
This commit is contained in:
parent
aa16f5fcd7
commit
90ce863297
25 changed files with 1668 additions and 0 deletions
11
.bash_profile
Normal file
11
.bash_profile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
#export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
eval $(ssh-agent -s) >/dev/null
|
||||
|
||||
export MANGOHUD_CONFIGFILE=~/.config/MangoHud/MangoHud.conf
|
||||
#export MANGOHUD_CONFIGFILE="~/MangoHud.conf"
|
||||
Loading…
Add table
Add a link
Reference in a new issue