diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..5799592 --- /dev/null +++ b/.bashrc @@ -0,0 +1,10 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' +. "$HOME/.cargo/env"