From 483c2d6706acf9dac5b7a047d4c0fbbe26cc434b Mon Sep 17 00:00:00 2001
From: Andrey Parhomenko <surdeus@mail.surdeus.su>
Date: Thu, 27 Feb 2025 21:23:20 +0500
Subject: [PATCH] ...

---
 dot/file/profile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dot/file/profile b/dot/file/profile
index 2cfeb9b..0acad78 100755
--- a/dot/file/profile
+++ b/dot/file/profile
@@ -80,6 +80,10 @@ source-if-exist() {
 	done
 }
 
+f() {
+	fish
+}
+
 if test "$OS" != "Windows_NT" ; then
 	PATH="$HOME/exe:$HOME/.local/bin:$PATH"
 fi