diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-11-04 13:17:37 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-11-04 13:17:37 +0530 |
| commit | 3ee2c90e234cfc50faf894be47d5991b3c6ef29d (patch) | |
| tree | f3dbb4316712736190e3ea0b2ab96e5049380b89 /config/bash.nix | |
| parent | 53a39bc6f60b8d19964a64583fbf10088b7c8d20 (diff) | |
Add bash alias & vm script
Diffstat (limited to '')
| -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 03ef601..7af7ee4 100644 --- a/config/bash.nix +++ b/config/bash.nix @@ -42,6 +42,8 @@ fi bind '"\C-f": "sessionizer\n"' + + alias poof="rm $HOME/.ssh/known_hosts*" ''; }; } |
