add fish and starship to dotfile repo

This commit is contained in:
Mel
2025-03-01 02:03:26 +01:00
commit 72dac73f9e
9 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
set -u PACMAN paru
function update
$PACMAN -Syu
end
function remove --wraps "$PACMAN -Rcsnu"
$PACMAN -Rscnu $argv
end
function search --wraps "$PACMAN -Ss"
$PACMAN -Ss $argv
end
function install --wraps "$PACMAN -Sy"
$PACMAN -Sy $argv
end