From 56f955aca6231693fe797de4793f77ed58ab116e Mon Sep 17 00:00:00 2001 From: Bruno Cichon Date: Mon, 1 Oct 2018 01:51:03 +0200 Subject: Add some base packages for ppc64le --- libre-testing/bash/dot.bashrc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libre-testing/bash/dot.bashrc (limited to 'libre-testing/bash/dot.bashrc') diff --git a/libre-testing/bash/dot.bashrc b/libre-testing/bash/dot.bashrc new file mode 100644 index 000000000..a355b0cd3 --- /dev/null +++ b/libre-testing/bash/dot.bashrc @@ -0,0 +1,9 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' -- cgit v1.2.3