--- /dev/null
+function wtemp --wraps=sensors\ \|\ grep\ WaterPostRad\ \|\ cut\ -f2\ -d\'\ \' --wraps=sensors\ \|\ grep\ WaterPostRad\ \|\ cut\ -f2\ -d\'+\' --description alias\ wtemp=sensors\ \|\ grep\ WaterPostRad\ \|\ cut\ -f2\ -d\'+\'
+ sensors | grep WaterPostRad | cut -f2 -d'+' $argv
+
+end
export VDPAU_DRIVER=radeonsi
export EDITOR="kcr edit"
export FZF_DEFAULT_OPTS='--multi --layout=reverse --preview-window=down:60%'
+export ZSTD_NBTHREADS="0"
# This file is sourced by bash for login shells. The following line
# runs your .bashrc and is recommended by the bash info pages.
. ~/.bashrc
fi
-# autorun X11
-if test "$DISPLAY" = "" -a "$WAYLAND_DISPLAY" = "" -a "$XDG_VTNR" = 1; then
+# autorun display-manager
+if { [ -z "$DISPLAY" ] || [ -z "$WAYLAND_DISPLAY" ]; } && [ "$XDG_VTNR" -eq "1" ]; then
#startx
#dbus-launch --exit-with-session /usr/bin/startplasma-wayland
#dbus-launch --exit-with-session Hyprland
alias nano='nano -_qpT4 '
alias free='free -h --si'
alias lsblk='lsblk -o name,size,partuuid,fstype,mountpoints,label'
+alias wtemp='sensors | grep WaterPostRad | cut -f2 -d'+''
alias lf='lfrun'
fi
}
-export PS1="┬─[\[\e[33m\]\u\[\e[m\]@\[\e[34m\]\h\[\e[m\]:\w]─[\[\e[37m\]\t\[\e[m\]]\`parse_git_branch\`\n╰─\[\e[31m\]\\$\[\e[m\] "
+# export PS1="┬─[\[\e[33m\]\u\[\e[m\]@\[\e[34m\]\h\[\e[m\]:\w]─[\[\e[37m\]\t\[\e[m\]]\`parse_git_branch\`\n╰─\[\e[31m\]\\$\[\e[m\] "
+export PS1="\[\033[m\]|\[\033[1;35m\]\t\[\033[m\]|\[\e[1m\]\u\[\e[1;36m\]\[\033[m\]@\[\e[1;36m\]\h\[\033[m\]:\[\e[0m\]\[\e[1;32m\][\W]`parse_git_branch`> \[\e[0m\]"
# enable moving between directories without cd
shopt -s autocd