mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2026-04-02 18:05:29 +00:00
fish
This commit is contained in:
4
files/fish/functions/p.fish
Normal file
4
files/fish/functions/p.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
# Defined via `source`
|
||||
function p --wraps=pnpm --description 'alias p pnpm'
|
||||
pnpm $argv;
|
||||
end
|
||||
Reference in New Issue
Block a user