mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-26 10:13:46 +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
|