aboutsummaryrefslogtreecommitdiff
path: root/modules/base/fish/functions/restart.fish
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base/fish/functions/restart.fish')
-rw-r--r--modules/base/fish/functions/restart.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/base/fish/functions/restart.fish b/modules/base/fish/functions/restart.fish
new file mode 100644
index 00000000000..191fe791e81
--- /dev/null
+++ b/modules/base/fish/functions/restart.fish
@@ -0,0 +1,3 @@
+function restart
+ clear; exec fish
+end