From 648f66490e3b234a05783fcdcb6131653785d5bb Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Wed, 8 Aug 2018 18:18:35 +1000 Subject: [PATCH] add .bashrc --- bash/.bashrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bash/.bashrc diff --git a/bash/.bashrc b/bash/.bashrc new file mode 100644 index 0000000..9062fbc --- /dev/null +++ b/bash/.bashrc @@ -0,0 +1,11 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' +PATH=$PATH:/usr/local/bin +setleds -D +num -- 2.49.0