mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-02 23:19:41 +00:00
fish: formatted fish functions
This commit is contained in:
parent
6169d1e7ff
commit
667dce99d1
15 changed files with 176 additions and 176 deletions
|
|
@ -1,10 +1,10 @@
|
|||
function ,
|
||||
set ps
|
||||
for p in $argv
|
||||
set -a ps "nixpkgs#$p"
|
||||
end
|
||||
set ps
|
||||
for p in $argv
|
||||
set -a ps "nixpkgs#$p"
|
||||
end
|
||||
|
||||
set cmd "nix shell $ps"
|
||||
echo "Executing `$cmd`..."
|
||||
eval $cmd
|
||||
set cmd "nix shell $ps"
|
||||
echo "Executing `$cmd`..."
|
||||
eval $cmd
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue