aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2022-12-14 19:57:12 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2022-12-14 19:57:12 +0100
commit0468bae575e0c8a870296074f632e47f937c27cb (patch)
tree1a29380c764296215ffcdf865246422c319f6545 /.profile
parent38caf6ea1b37e6e99f44accb5ff4f9361648ac34 (diff)
add gdbinit
Diffstat (limited to '.profile')
-rwxr-xr-x.profile4
1 files changed, 3 insertions, 1 deletions
diff --git a/.profile b/.profile
index ec82ff2..4ad766b 100755
--- a/.profile
+++ b/.profile
@@ -10,7 +10,7 @@ export PATH="$HOME/.local/bin:/":$PATH
export PATH="$HOME/.gem/ruby/2.7.0/bin":$PATH
export EDITOR="nvim"
export TERMINAL="st"
-export BROWSER="qutebrowser"
+export BROWSER="librewolf"
export READER="zathura"
export MANPAGER="sh -c 'col -bx | bat -l man --paging always -p'"
export GEM_HOME="$XDG_DATA_HOME"/gem
@@ -26,6 +26,7 @@ export RANDFILE="$XDG_CACHE_HOME/rnd"
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/config"
export WWW_HOME="https://nathanreiner.xyz"
+export GDBHISTFILE="$XDG_DATA_HOME/gdb/history"
alias gpg2='gpg2 --homedir "$XDG_DATA_HOME/gnupg"'
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
@@ -33,6 +34,7 @@ alias mbsync='mbsync -c "$XDG_CONFIG_HOME"/isync/mbsyncrc'
alias v='nvim'
alias fmount='udisksctl mount -b'
alias funmount='udisksctl unmount -b'
+alias open='setsid xdg-open'
export LESSHISTFILE="$XDG_CACHE_HOME/less/history"
export MYSQL_HISTFILE="$XDG_DATA_HOME/mysql/history"