diff options
Diffstat (limited to 'config/bash.nix')
| -rw-r--r-- | config/bash.nix | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/config/bash.nix b/config/bash.nix index 563a60f..bf53bbd 100644 --- a/config/bash.nix +++ b/config/bash.nix @@ -39,6 +39,8 @@        bind '"\C-f": "sessionizer -cd\n"'        alias c="ssh root@cacer.local" +      alias ub1="ssh ubuntu@ub1.local" +      alias ub2="ssh ubuntu@ub2.local"      '';    };  } | 
