mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 20:37:22 +00:00
Add fwl, fix pkm & vm_inst, update debian_preseed & provision_linux
This commit is contained in:
parent
7f0d7d6f6f
commit
351d4c0574
5 changed files with 152 additions and 86 deletions
|
|
@ -26,6 +26,7 @@ end
|
|||
|
||||
function _pacman_commander -a pkm command
|
||||
set -l args $argv[3..]
|
||||
set pkm (string split ' ' $pkm)
|
||||
|
||||
switch $command
|
||||
case i install
|
||||
|
|
@ -48,6 +49,7 @@ end
|
|||
|
||||
function _apt_commander -a pkm command
|
||||
set -l args $argv[3..]
|
||||
set pkm (string split ' ' $pkm)
|
||||
|
||||
switch $command
|
||||
case i install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue