From: Andre Ramnitz Date: Sun, 4 Feb 2024 21:07:27 +0000 (+0100) Subject: bash: update config X-Git-Tag: v0.2~214 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=9b6595c05bbea7c26dd4b103412dd4f28631fd8f;p=dotfiles.git bash: update config --- diff --git a/home/.bash_profile b/home/.bash_profile index 27a7acd4..2f14ea32 100644 --- a/home/.bash_profile +++ b/home/.bash_profile @@ -11,7 +11,7 @@ if [[ -f ~/.bashrc ]] ; then fi # autorun X11 -if [ -z $(pgrep X) ] ; then +if test "$DISPLAY" = "" -a "$WAYLAND_DISPLAY" = "" -a "$XDG_VTNR" = 1; then #startx #dbus-launch --exit-with-session /usr/bin/startplasma-wayland #dbus-launch --exit-with-session Hyprland diff --git a/home/.bashrc b/home/.bashrc index dee584fc..4b98757f 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -8,7 +8,7 @@ export PATH="$PATH:/opt/android-sdk/platform-tools:$HOME/go/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/Applications" -export BROWSER='qutebrowser --untrusted-args "%u"' +export BROWSER='qutebrowser \--untrusted-args "%u"' export EDITOR='kks edit' export VISUAL='kks edit' export PAGER='less'