From e4047342040a2df10a26f4e72483876ea43dd520 Mon Sep 17 00:00:00 2001 From: lulzette Date: Mon, 11 Apr 2022 12:36:14 +0000 Subject: [PATCH] alias to apt --- roles/configs/files/bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/configs/files/bashrc b/roles/configs/files/bashrc index 996bcbe..3e743e8 100644 --- a/roles/configs/files/bashrc +++ b/roles/configs/files/bashrc @@ -283,5 +283,8 @@ alias gupv='git pull --rebase -v' alias gwch='git whatchanged -p --abbrev-commit --pretty=medium' alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit --no-verify --no-gpg-sign -m "--wip-- [skip ci]"' +alias apt="sudo apt" + export PS1='\e[0;35m\t \e[0;32m\u@\h:\w\e[m\n\$ ' figlet `hostname` +