Added fastfetch alias

This commit is contained in:
2025-10-18 02:15:47 +02:00
parent bd86f90aa8
commit 518e4dcb45
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,6 @@
source /usr/share/cachyos-fish-config/cachyos-config.fish
# overwrite greeting
# potentially disabling fastfetch
function fish_greeting
end

3
fish/functions/ff.fish Normal file
View File

@@ -0,0 +1,3 @@
function ff --wraps=fastfetch --description 'alias ff fastfetch'
fastfetch $argv
end