mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-23 20:00:00 +08:00
10 lines
158 B
Fish
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
|