mirror of
https://github.com/DerTyp7/.dotfiles.git
synced 2025-10-28 04:22:08 +01:00
Added fastfetch alias
This commit is contained in:
@@ -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
3
fish/functions/ff.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function ff --wraps=fastfetch --description 'alias ff fastfetch'
|
||||
fastfetch $argv
|
||||
end
|
||||
Reference in New Issue
Block a user