Tidy vim plugins
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# ---------------------------------------------------------------------------- #
|
||||
# Cross-shell (only import if environment has been setup)
|
||||
# ---------------------------------------------------------------------------- #
|
||||
if begin; test -e ~/.bash_profile; and type -q bass; end
|
||||
bass source ~/.bash_profile
|
||||
if status --is-interactive
|
||||
# Cross-shell setup
|
||||
if begin; test -e ~/.bash_profile; and type -q bax; end
|
||||
bax "source ~/.bash_profile"
|
||||
end
|
||||
|
||||
# Fish specific
|
||||
set fish_greeting
|
||||
if type -q base16-seti
|
||||
base16-seti
|
||||
end
|
||||
end
|
||||
|
||||
# ---------------------------------------------------------------------------- #
|
||||
# Fish specific
|
||||
# ---------------------------------------------------------------------------- #
|
||||
set fish_greeting
|
||||
base16-seti
|
||||
|
||||
Reference in New Issue
Block a user