mirror of
https://github.com/DerTyp7/.dotfiles.git
synced 2025-10-29 13:02:09 +01:00
Added fastfetch alias
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
source /usr/share/cachyos-fish-config/cachyos-config.fish
|
source /usr/share/cachyos-fish-config/cachyos-config.fish
|
||||||
|
|
||||||
# overwrite greeting
|
# overwrite greeting
|
||||||
# potentially disabling fastfetch
|
|
||||||
|
|
||||||
function fish_greeting
|
function fish_greeting
|
||||||
end
|
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