mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-19 09:25:28 +00:00
961d051c2e
Moving and renaming install_fish.sh to travis_install_fish Moving travis_* from tests to tools. rename: fish_user_function/ -> functions_override/ renaming travis_test.fish to test_runner.fish
11 lines
225 B
Fish
11 lines
225 B
Fish
# SYNOPSIS
|
|
# refresh
|
|
#
|
|
# OVERVIEW
|
|
# Refresh (reload) the current fish session.
|
|
|
|
function refresh -d "refresh the fish session (Travis Override)"
|
|
echo !!! Shell refresh requested in testing Environment !!!
|
|
exit 0;
|
|
end
|