aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile15
1 files changed, 11 insertions, 4 deletions
diff --git a/.profile b/.profile
index 97c4e0a..e38d430 100644
--- a/.profile
+++ b/.profile
@@ -3,7 +3,7 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_STATE_HOME="$HOME/.local/state"
-export XDG_DOCUMENTS_DIR="$HOME/documents/"
+export XDG_DOCUMENTS_DIR="$HOME/docs/"
export XDG_DOWNLOADS_DIR="$HOME/"
export JAVA_HOME=/usr/lib/jvm/default
@@ -12,7 +12,7 @@ export PATH="$HOME/.gem/ruby/2.7.0/bin":$PATH
export PATH="/opt/rocm/bin":$PATH
export EDITOR="nvim"
export TERMINAL="st"
-export BROWSER="qutebrowser"
+export BROWSER="firefox"
export READER="zathura"
export LOCKSCREEN="wlock"
export GEM_HOME="$XDG_DATA_HOME"/gem
@@ -40,8 +40,11 @@ export CABAL_CONFIG="$XDG_CONFIG_HOME"/cabal/config
export CABAL_DIR="$XDG_DATA_HOME"/cabal
export HISTFILE="${XDG_STATE_HOME}"/bash/history
export ANDROID_HOME="$XDG_DATA_HOME"/android
+export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default
export PAGER="nvimpager -p"
export MANPAGER="$PAGER"
+export QT_STYLE_OVERRIDE=adwaita-dark
+export CLANGD_FLAGS='--enable-config'
alias gpg2=gpg2 --homedir "$XDG_DATA_HOME/gnupg"
alias wget=wget --hsts-file="$XDG_DATA_HOME/wget-hsts"
@@ -50,6 +53,7 @@ alias v=nvim
alias fmount=udisksctl mount -b
alias funmount=udisksctl unmount -b
alias open=setsid xdg-open
+alias p=paru
export LESSHISTFILE="$XDG_CACHE_HOME/less/history"
export MYSQL_HISTFILE="$XDG_DATA_HOME/mysql/history"
@@ -86,7 +90,10 @@ compactbutton=white,black
'
if [ -z "${DISPLAY}${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then
- #start_dwl
Hyprland 2> /dev/null > /dev/null
- exit
+else
+ echo
+ toilet -f future $(whoami) @ $(cat /etc/hostname).local | sed 's/.*/ &/g'
+ echo
+ sleep 0.01 # prevent to write return to term at spawn
fi