From 1cf4f79ab17096f9de0ebbe30ea14e257806b2ff Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 22 Jan 2025 02:35:14 +0100 Subject: [PATCH] proof that I can sign shit with my key Signed-off-by: PlexSheep --- .gitignore | 1 + .zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4f7355b..bef6917 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ !.terminfo/** !.config/shortkuts.kksrc !.config/user-dirs.dirs +!Documents/install_it_all.sh # except except .config/btop/btop.log diff --git a/.zshrc b/.zshrc index 44026f6..20a62ed 100644 --- a/.zshrc +++ b/.zshrc @@ -49,6 +49,7 @@ alias ff=firefox alias bell="tput bel" alias fd=fdfind alias nobak="touch .nobackup" +alias securerm="shred -zun 100" # alias shutdown="confirm shutdown" ### Functions