From 41ccdbd4fe76e9d891923e63d2e9b5e06f6868bc Mon Sep 17 00:00:00 2001 From: John Butler Date: Sat, 14 Dec 2019 05:51:22 +0100 Subject: [PATCH] Create .bashrc --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..9342020 --- /dev/null +++ b/.bashrc @@ -0,0 +1,5 @@ + export PATH="$PATH:/ixquick/bin" + +# Source a user-specific bash profile +# Place profile at /powasp/.bash_profile and uncomment the following line: +[[ -f /ixquick/.bash_profile ]] && source /ixquick/.bash_profile