wip: further cleanup

This commit is contained in:
Andrejus
2021-04-16 00:26:07 +01:00
parent 18689abd73
commit e5223a45db
48 changed files with 405 additions and 361 deletions

View File

@@ -1,5 +1,6 @@
# Only execute in interactive shell
if status --is-interactive
if status is-interactive
# Fish specific
set fish_greeting
set --global hydro_symbol_prompt "\$"
@@ -12,4 +13,5 @@ if status --is-interactive
if begin; test -e $HOME/.profile; and type -q replay; end
replay "source $HOME/.profile"
end
end