diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-07-10 17:12:52 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-07-10 17:12:52 +0100 |
commit | 616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad (patch) | |
tree | 6e79244234a4ef481bcfe74a731473fa09e3080c /Shell | |
parent | c6163358090bc5c4123f634f3bdd91c987c78aa4 (diff) | |
download | dotfiles-616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad.tar.gz dotfiles-616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad.tar.bz2 dotfiles-616cfa7c073b6fb4b01e0f5c098ec7c27a0402ad.zip |
(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.
Diffstat (limited to 'Shell')
-rw-r--r-- | Shell/.zprofile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile index 58a56f8..be3e508 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -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`; |