Fixing slowdown in fish due to the path.

This commit is contained in:
Derek Taylor 2021-04-04 10:46:29 -05:00
parent cfd2519212
commit 25a784f6b6
1 changed files with 5 additions and 1 deletions

View File

@ -6,9 +6,13 @@
#
# My fish config. Not much to see here; just some pretty standard stuff.
### EXPORT ###
### ADDING TO THE PATH
# First line removes the path; second line sets it. Without the first line,
# your path gets massive and fish becomes very slow.
set -e fish_user_paths
set -U fish_user_paths $HOME/.local/bin $HOME/Applications $fish_user_paths
### EXPORT ###
set fish_greeting # Supresses fish's intro message
set TERM "xterm-256color" # Sets the terminal type
set EDITOR "emacsclient -t -a ''" # $EDITOR use Emacs in terminal