From 86fa944b3327decc7b6c15f125a32f6c08eb3b27 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Tue, 8 Jan 2019 23:30:58 -0600 Subject: [PATCH] added security. --- Arch/.bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Arch/.bashrc b/Arch/.bashrc index ed28a61..140d70c 100644 --- a/Arch/.bashrc +++ b/Arch/.bashrc @@ -16,6 +16,9 @@ alias burn='yay -Rns' alias ls='ls --color=auto' alias pacs='yay -Ss' alias svim='sudo -E vim' +alias vi='vim' +alias h='history' +alias mux='tmux new -s main' alias supd='sudo pacman -Syyuu' alias ncdu='ncdu --color dark' alias bigclock='watch -t -n 1 "date '+%D%n%I:%M:%S' | figlet -k"|lolcat' @@ -26,7 +29,10 @@ alias whatthecom='git commit -am "$(whatcom)"' alias null='/dev/null' alias q='exit' alias lsa='ls -a' +alias ....='cd ..; cd ..; cd ..;' +alias ...='cd ..; cd ..' alias ..='cd ..' +alias ll='ls -AlhGrti' function whatcom() { curl --silent --fail https://whatthecommit.com/index.txt }