From 3ee2c90e234cfc50faf894be47d5991b3c6ef29d Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 4 Nov 2024 13:17:37 +0530 Subject: Add bash alias & vm script --- config/bash.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') 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*" ''; }; } -- cgit v1.2.3