mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-23 17:02:24 +03:00
Rename on_startup to init
This commit is contained in:
parent
8b208bc130
commit
7a3dabbf26
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user