Skip to content

Commit 64ea98d

Browse files
committed
feat: update fish configuration
1 parent 24f01af commit 64ea98d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

fish/conf.d/greeting.fish

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
function fish_greeting
2+
echo "Hello 🐼!"
3+
echo "Sometimes when you're in a dark place you think you've been buried, but you've actually been planted."
4+
end

scripts/fish.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,5 @@ main() {
3131
grep "fish" /etc/shells || which fish | sudo tee -a /etc/shells
3232

3333
configfile "fish" "config.fish"
34-
}
35-
36-
main_elahe() {
37-
configfile "fish/conf.d" "smapp.fish"
34+
configfile "fish/conf.d" "greeting.fish"
3835
}

0 commit comments

Comments
 (0)