Rename on_startup to init

This commit is contained in:
Ilan Cosman 2020-07-17 23:17:25 -07:00
parent 8b208bc130
commit 7a3dabbf26
4 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ Tide's git capabilities are inherited from fish's built-in [fish_git_prompt][].
### Meslo Nerd Font
Gorgeous monospace font designed by Jim Lyles for Bitstream, customized for Apple, enhanced by André Berg, and finally patched by Roman Perepelitsa of [Powerlevel10k][] with scripts originally developed by Ryan L McIntyre of [Nerd Fonts][]. Contains all the glyphs and symbols that Tide may need. Battle-tested in dozens of different terminals on all major operating systems.
Gorgeous monospace font designed by Jim Lyles for Bitstream, customized for Apple, enhanced by André Berg, and finally patched by Roman Perepelitsa of [Powerlevel10k][] with scripts originally developed by Ryan McIntyre of [Nerd Fonts][]. Contains all the glyphs and symbols that Tide may need. Battle-tested in dozens of different terminals on all major operating systems.
### Font Installation

View File

@ -29,7 +29,7 @@ function finish
set -e $fakeVar
end
source "$__fish_config_dir/conf.d/_tide_Ω_run_on_startup.fish" # Reload important startup variables
source "$__fish_config_dir/conf.d/_tide_Ω_init.fish" # Reload important startup variables
end
_quit

View File

@ -44,7 +44,7 @@ function tide_actual_install
set -e $fakeVar
end
source "$__fish_config_dir/conf.d/_tide_Ω_run_on_startup.fish"
source "$__fish_config_dir/conf.d/_tide_Ω_init.fish"
# -----------------------Finish-----------------------
for file in $_tide_file_list