From 9ac2b12a8ceb00d659ddd333be4cb7726905f76d Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Fri, 10 May 2024 09:40:20 -0500 Subject: Bash: Updates --- bash_profile | 17 ----------------- bashrc | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/bash_profile b/bash_profile index 6db5d13..fd8a8a8 100644 --- a/bash_profile +++ b/bash_profile @@ -6,21 +6,4 @@ if [ -f ~/.profile ]; then source ~/.profile; fi # Honor per-interactive-shell startup file if [ -f ~/.bashrc ]; then source ~/.bashrc; fi -export LIBSEAT_BACKEND=logind -export EDITOR="mg" -export TERM="linux" -export TERMINAL="foot" -export GDK_DPI_SCALE="1.5" -export GDK_SCALE="1.5" -export QT_QPA_PLATFORM=wayland-egl -export MOZ_ENABLE_WAYLAND="1" -export XCURSOR_SIZE="32" -export XDG_CURRENT_DESKTOP="wlroots" -export XDG_SESSION_TYPE="wayland" -export PF_INFO="ascii title os pkgs shell" -export PF_ALIGN="7" -export PF_COLOR="0" - -emacs --daemon - if [[ "$(tty)" == "/dev/tty1" ]]; then exec dbus-run-session hikari; fi diff --git a/bashrc b/bashrc index ad20cb5..3527b1b 100644 --- a/bashrc +++ b/bashrc @@ -36,6 +36,6 @@ PS1=' $(parse_git_branch)\W. ' eval "$(zoxide init bash)" eval "$(direnv hook bash)" -export PATH=$PATH:"~/.local/bin" +export PATH=${PATH}:~/.local/bin export GPG_TTY=/dev/pts/0 gpg-connect-agent updatestartuptty /bye >/dev/null -- cgit v1.2.3