(General)~updates to various files due to reinstall on laptop

By reinstalling arch on my laptop, I've had the chance to see any
loose ends or errors in my setup that, by virtue of how fresh the
system is, I'm motivated to fix.
This commit is contained in:
2021-07-10 17:12:52 +01:00
parent c616335809
commit 616cfa7c07
5 changed files with 11 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
# Standard Variables
export EDITOR='emacsclient -s MAIN -a "emacs" -c'
export EA_EDITOR=$EDITOR
export TERMINAL="st"
export TERMINAL="alacritty"
export BROWSER="qutebrowser"
export PF_INFO="ascii title os memory uptime editor wm shell"
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:$HOME/.local/bin/:$HOME/.emacs.d/bin:$(find ~/.local/scripts/ -type d | tr '\n' ':')$HOME/.cargo/bin:$HOME/.sdkman/bin"
@@ -20,4 +20,3 @@ export XDG_RUNTIME_DIR=/run/user/`id -u`
# Run some programs
/usr/bin/pfetch
eval `ssh-agent`;