From 4ed756219c5cd3760334b4f4bcfe86e03bb1055e Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Fri, 8 Dec 2017 06:29:29 +0000 Subject: [PATCH] Update 'shell/.bash_additions' --- shell/.bash_additions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell/.bash_additions b/shell/.bash_additions index cb8576a..4fe6f48 100644 --- a/shell/.bash_additions +++ b/shell/.bash_additions @@ -5,3 +5,7 @@ # Custom prompt export PS1="\[$(tput bold)\]\[$(tput setaf 2)\]\h\[$(tput setaf 7)\] - \[$(tput setaf 1)\]\u\[$(tput setaf 7)\] - \[$(tput setaf 4)\]\W \[$(tput setaf 7)\]\[$(tput sgr0)\]\\$ \[$(tput sgr0)\]" + +# Old habits die hard +alias screenfetch="neofetch" +alias qemu="qemu-system-x86_64" \ No newline at end of file