mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix(kitty): alias ssh to kitten ssh
This commit is contained in:
@@ -20,6 +20,8 @@
|
|||||||
function dev
|
function dev
|
||||||
nix develop --command "fish"
|
nix develop --command "fish"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
alias ssh "kitten ssh"
|
||||||
'';
|
'';
|
||||||
plugins = with pkgs.fishPlugins; [
|
plugins = with pkgs.fishPlugins; [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user