diff --git a/Bash Scripts/.bashrc b/Bash Scripts/.bashrc new file mode 100644 index 0000000..b96d0fa --- /dev/null +++ b/Bash Scripts/.bashrc @@ -0,0 +1,18 @@ +# .bashrc + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +PS1='[\u@\h \W]\$ ' + + +#alias tux="/home/mollusk/gitlab/tux/tux.rb" + +github="https://github.com/silvernode" +gitlab="https://gitlab.com/silvernode" + +alias gitlog="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) +%C(bold blue)<%an>%Creset' --abbrev-commit" + +