From a1170f1cbbe5ffd6ddae515bca636de4db86b6a5 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Tue, 16 Jan 2018 12:58:48 +0100 Subject: [PATCH] Need dat PATH --- shell/.bash_additions | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shell/.bash_additions b/shell/.bash_additions index 4fe6f48..c82dc57 100644 --- a/shell/.bash_additions +++ b/shell/.bash_additions @@ -6,6 +6,9 @@ # 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)\]" +# Add local folders to PATH +PATH="$PATH:$HOME/.local/bin" + # Old habits die hard alias screenfetch="neofetch" -alias qemu="qemu-system-x86_64" \ No newline at end of file +alias qemu="qemu-system-x86_64"