4 lines
70 B
Fish
4 lines
70 B
Fish
|
|
#!/usr/bin/env fish
|
||
|
|
alacritty msg create-window --command nvim $argv
|
||
|
|
|