tide/tests/context.fish
2020-05-25 21:23:13 -07:00

11 lines
376 B
Fish

@mesg '-----------context-----------'
set -l sourceFile "$__fish_config_dir/functions/_tide_item_context.fish"
function _context
_tide_decolor (_tide_item_context)
end
@test 'None' (_context) -z
@test 'SSH' (set -g SSH_TTY 'true'; _context) = $USER'@'$hostname' '
@test 'Root' (_tide_decolor (sudo fish -c "source $sourceFile;_tide_item_context")) = 'root@'$hostname' '