projects
/
idea
/
community.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Unset auxiliary env variables
[idea/community.git]
/
plugins
/
terminal
/
resources
/
fish
/
config.fish
1
if test -f ~/.config/fish/config.fish
2
. ~/.config/fish/config.fish
3
end
4
5
if test -n "$JEDITERM_USER_RCFILE"
6
. $JEDITERM_USER_RCFILE
7
set -e JEDITERM_USER_RCFILE
8
end
9
10
if test -n "$JEDITERM_SOURCE"
11
. $JEDITERM_SOURCE
12
set -e JEDITERM_SOURCE
13
end