commit c424e6fcf7d8bf3750c4d4c04c93775bd7fbf191 Author: Samuel Walker Date: Mon May 13 22:12:06 2024 +0000 initial commit diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..2b40230 --- /dev/null +++ b/.bashrc @@ -0,0 +1,11 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias grep='grep --color=auto' +PS1='[\u@\h \W]\$ ' +alias config='/usr/bin/git --git-dir=/home/piwalker/.cfg/ --work-tree=/home/piwalker'