mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-25 13:06:32 +03:00
Minor edits
This commit is contained in:
parent
53d0f95733
commit
1658a4beb4
@ -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
|
||||
|
||||
|
12
install.fish
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user