Change emacs shell to eshell
This commit is contained in:
@@ -21,22 +21,16 @@ function fish_title
|
||||
true
|
||||
end
|
||||
|
||||
# Spacemacs
|
||||
if test -n "$EMACS"
|
||||
set -x TERM eterm-color
|
||||
end
|
||||
# Compiler
|
||||
export CC=/usr/local/bin/clang80
|
||||
export CXX=/usr/local/bin/clang++80
|
||||
|
||||
# fff
|
||||
## Directory color [0-9]
|
||||
export FFF_COL1=3
|
||||
export FFF_COL2=8
|
||||
|
||||
## Favourites (keys 1-9) (dir or file)
|
||||
export FFF_FAV1=/home/coolneng/Nextcloud/Documents/Archive-uni/Second\ year/
|
||||
export FFF_FAV2=/home/coolneng/Nextcloud/Documents/Papers
|
||||
export FFF_FAV3=/home/coolneng/Nextcloud/Documents/Books/Academic/
|
||||
export FFF_FAV4=/home/coolneng/Nextcloud/Documents/Extracurricular/
|
||||
|
||||
## Compiler
|
||||
export CC=/usr/local/bin/clang80
|
||||
export CXX=/usr/local/bin/clang++80
|
||||
|
||||
Reference in New Issue
Block a user