mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-13 20:02:46 +08:00
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
|