added fish and config

This commit is contained in:
2022-06-25 15:24:30 +02:00
parent 64b0dcb149
commit 018057b62d
73 changed files with 2241 additions and 0 deletions
@@ -0,0 +1,9 @@
function _tide_item_context
if set -q SSH_TTY
tide_context_color=$tide_context_color_ssh _tide_print_item context $USER@$hostname
else if contains -- $USER root toor Administrator
tide_context_color=$tide_context_color_root _tide_print_item context $USER@$hostname
else if test "$tide_context_always_display" = true
tide_context_color=$tide_context_color_default _tide_print_item context $USER@$hostname
end
end