aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/functions
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2021-12-21 20:26:50 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2021-12-21 20:26:50 +0000
commitf8acb4edc93d2570856381eb7fb6f75db3955cf6 (patch)
treed8db466f88799f7d796e0b93d6a2ad8394c599c9 /.config/fish/functions
parent2169a4155362a7f1639e4ad78033abb193f2d565 (diff)
downloaddotfiles-f8acb4edc93d2570856381eb7fb6f75db3955cf6.tar
dotfiles-f8acb4edc93d2570856381eb7fb6f75db3955cf6.tar.gz
dotfiles-f8acb4edc93d2570856381eb7fb6f75db3955cf6.tar.bz2
dotfiles-f8acb4edc93d2570856381eb7fb6f75db3955cf6.tar.lz
dotfiles-f8acb4edc93d2570856381eb7fb6f75db3955cf6.tar.xz
dotfiles-f8acb4edc93d2570856381eb7fb6f75db3955cf6.tar.zst
dotfiles-f8acb4edc93d2570856381eb7fb6f75db3955cf6.zip
Initial commit2
Diffstat (limited to '.config/fish/functions')
l---------.config/fish/functions/br.fish1
-rw-r--r--.config/fish/functions/fish_greeting.fish4
2 files changed, 5 insertions, 0 deletions
diff --git a/.config/fish/functions/br.fish b/.config/fish/functions/br.fish
new file mode 120000
index 0000000..f09fb22
--- /dev/null
+++ b/.config/fish/functions/br.fish
@@ -0,0 +1 @@
+/home/luca/.local/share/broot/launcher/fish/br.fish \ No newline at end of file
diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish
new file mode 100644
index 0000000..671c5a0
--- /dev/null
+++ b/.config/fish/functions/fish_greeting.fish
@@ -0,0 +1,4 @@
+function fish_greeting
+ #fastfetch
+ fortune -s | cowsay -f (ls /usr/share/cows/*.cow | shuf -n1) | lolcat -t -F 0.3
+end