mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 18:11:13 +10:00
Fixing slowdown in fish due to the path.
This commit is contained in:
@@ -6,9 +6,13 @@
|
|||||||
#
|
#
|
||||||
# My fish config. Not much to see here; just some pretty standard stuff.
|
# 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 -e fish_user_paths
|
||||||
set -U fish_user_paths $HOME/.local/bin $HOME/Applications $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 fish_greeting # Supresses fish's intro message
|
||||||
set TERM "xterm-256color" # Sets the terminal type
|
set TERM "xterm-256color" # Sets the terminal type
|
||||||
set EDITOR "emacsclient -t -a ''" # $EDITOR use Emacs in terminal
|
set EDITOR "emacsclient -t -a ''" # $EDITOR use Emacs in terminal
|
||||||
|
|||||||
Reference in New Issue
Block a user