diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-22 21:11:00 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-22 21:11:00 +0530 | 
| commit | fd7eaea7fb4941b2e5c879e5d10f29de97add28c (patch) | |
| tree | 740245b8995cb5a182f68cf8f3e44da09521e72e /config/bash.nix | |
| parent | 76984c2db3af75bf06a0f88ad332ccf895df52f1 (diff) | |
update
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"      '';    };  } | 
