added fish and mako
This commit is contained in:
2
.config/fish/functions/fish_greeting.fish
Normal file
2
.config/fish/functions/fish_greeting.fish
Normal file
@@ -0,0 +1,2 @@
|
||||
function fish_greeting
|
||||
end
|
||||
4
.config/fish/functions/hx.fish
Normal file
4
.config/fish/functions/hx.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function hx --wraps=helix --description 'alias hx helix'
|
||||
helix $argv
|
||||
|
||||
end
|
||||
4
.config/fish/functions/sysinfo.fish
Normal file
4
.config/fish/functions/sysinfo.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function sysinfo
|
||||
clear
|
||||
fastfetch
|
||||
end
|
||||
Reference in New Issue
Block a user