backing up bashrc

This commit is contained in:
silvernode 2016-03-15 19:21:52 -07:00
parent efedf303f1
commit bcc6559131

18
Bash Scripts/.bashrc Normal file
View File

@ -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"