From 1658a4beb47c267ee7a9260dd953d5748f3a0caf Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Tue, 2 Jun 2020 15:10:18 -0700 Subject: [PATCH] Minor edits --- CODE_OF_CONDUCT.md | 26 +++++++++++++------------- install.fish | 12 ++++-------- 2 files changed, 17 insertions(+), 21 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 111957d..d5b3655 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation. Examples of behavior that contributes to creating a positive environment include: -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members +- Using welcoming and inclusive language +- Being respectful of differing viewpoints and experiences +- Gracefully accepting constructive criticism +- Focusing on what is best for the community +- Showing empathy towards other community members Examples of unacceptable behavior by participants include: -* The use of sexualized language or imagery and unwelcome sexual attention or - advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting +- The use of sexualized language or imagery and unwelcome sexual attention or + advances +- Trolling, insulting/derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or electronic + address, without explicit permission +- Other conduct which could reasonably be considered inappropriate in a + professional setting ## Our Responsibilities diff --git a/install.fish b/install.fish index 65d84d4..5c55950 100644 --- a/install.fish +++ b/install.fish @@ -45,7 +45,10 @@ function tide_install _set_tide_defaults # -----------------------Finish----------------------- - _source_tide_functions + for file in $_tide_file_list + source "$__fish_config_dir/$file" + end + source "$__fish_config_dir/functions/fish_prompt.fish" set_color $_tide_color_green printf '%s\n' 'Tide theme installed!' @@ -62,13 +65,6 @@ function tide_install rm -rf $tempDir end -function _source_tide_functions - for file in $_tide_file_list - source "$__fish_config_dir/$file" - end - source "$__fish_config_dir/functions/fish_prompt.fish" -end - function _user_confirm_defaultYes -a question while true read -P "$question [Y/n] " input