From facf0da99874eea63a1f07a3c8f9e64fd1bbc9f8 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Thu, 24 Mar 2022 19:04:38 -0400 Subject: [PATCH] added bashrc file, fixed issue that would keep finalize from autorunning --- files/.bashrc | 4 ++++ laptop_install.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 files/.bashrc diff --git a/files/.bashrc b/files/.bashrc new file mode 100644 index 0000000..65d94ed --- /dev/null +++ b/files/.bashrc @@ -0,0 +1,4 @@ +# additions from InstaTout + +export PS1="[\[$(tput sgr0)\]\[\033[38;5;160m\]\u\[$(tput sgr0)\]] \[$(tput sgr0)\]\[\033[38;5;68m\]\W\[$(tput sgr0)\] > \[$(tput sgr0)\]" +neofetch \ No newline at end of file diff --git a/laptop_install.sh b/laptop_install.sh index 5b004f7..6d418fa 100644 --- a/laptop_install.sh +++ b/laptop_install.sh @@ -13,4 +13,4 @@ tasksel install laptop # Point to Fprint driver echo -e "\n\nFigerprint\n\tCheck out: https://gist.github.com/d-k-bo/15e53eab53e2845e97746f5f8661b224" -$LOC/finalize.sh \ No newline at end of file +sh $LOC/finalize.sh \ No newline at end of file