oh-my-fish/lib/refresh.fish
2015-08-27 00:20:13 +09:00

10 lines
158 B
Fish

# SYNOPSIS
# refresh
#
# OVERVIEW
# Refresh (reload) the current fish session.
function refresh -d "refresh the fish session"
exec fish < /dev/tty
end