so many things.

This commit is contained in:
2022-11-21 23:08:00 -08:00
parent d7b0a91817
commit 4d74ce50fe
9 changed files with 58 additions and 36 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/env bash
eval $(keychain --eval --quiet ry_ecdsa)
eval $(keychain --eval --quiet id_rsa)
export MOZ_ENABLE_WAYLAND=1
export BROWSER=/usr/bin/firefox
export XDG_CONFIG_HOME=~/.config
export XDG_CACHE_HOME=~/.cache
export XDG_DATA_HOME=~/.local/share
export EDITOR=vim
export VISUAL=vim
[[ -f ~/.bashrc ]] && . ~/.bashrc