From 2d9b66a097e63b9aad0234d345fdd84e3a73ac27 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 24 Mar 2022 17:44:23 -0600 Subject: [PATCH] zshrc: add aliases --- common/.zshrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/common/.zshrc b/common/.zshrc index a1bd437..4ed6232 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -165,6 +165,16 @@ bindkey '^[[6~' history-search-forward # pgdn next in history no #### +# aliases +alias rm='rm -i' +alias cp='cp -i' +alias mv='mv -i' + +alias cls='clear' +alias del='rm' + +#### + # hast =) hast() { a=$(cat); curl -X POST -s -d "$a" https://haste.soulja-boy-told.me/documents | awk -F '"' '{print "https://haste.soulja-boy-told.me/"$4}'; }