This commit is contained in:
2022-12-11 00:38:06 -08:00
parent 7f22683b38
commit 0a722a4249
7 changed files with 161 additions and 77 deletions

14
archive/.bash_profile Normal file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
eval $(keychain --eval --quiet ry_ecdsa)
eval $(keychain --eval --quiet id_rsa)
export MOZ_ENABLE_WAYLAND=1
export XDG_CONFIG_HOME=~/.config
export XDG_CACHE_HOME=~/.cache
export XDG_DATA_HOME=~/.local/share
export PASSWORD_STORE_ENABLE_EXTENSIONS=true
export BROWSER=/usr/bin/firefox
export VISUAL=vim
export EDITOR=vim
export WGETRC="$XDG_CONFIG_HOME/wgetrc"
[[ -f ~/.bashrc ]] && . ~/.bashrc