diff options
Diffstat (limited to 'configs/.profile')
-rw-r--r-- | configs/.profile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/.profile b/configs/.profile index a7119b968ade..75eb25267ea6 100644 --- a/configs/.profile +++ b/configs/.profile @@ -19,13 +19,6 @@ if [ -z "$DISPLAY" -a "$(tty)" = '/dev/tty5' ]; then exec xinit -- vt05 fi -# Application preferences -export BROWSER=google-chrome-stable -export TERMINAL=alacritty -export VISUAL=emacsclient -export EDITOR=emacsclient -export ALTERNATE_EDITOR=nvim - # Rust integration. Keep here so programs like Emacs can read this value. # export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src" |