mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge branch 'behrangsa-fish-config' of https://github.com/behrangsa/intellij-community
This commit is contained in:
@@ -4,6 +4,12 @@ else
|
||||
set -e XDG_CONFIG_HOME
|
||||
end
|
||||
|
||||
if test -d ~/.config/fish/functions
|
||||
for f in ~/.config/fish/functions/*.fish
|
||||
source $f
|
||||
end
|
||||
end
|
||||
|
||||
if test -f ~/.config/fish/config.fish
|
||||
. ~/.config/fish/config.fish
|
||||
end
|
||||
@@ -32,4 +38,4 @@ function override_jb_variables
|
||||
end
|
||||
end
|
||||
|
||||
override_jb_variables
|
||||
override_jb_variables
|
||||
|
||||
Reference in New Issue
Block a user