mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00: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
|