backing up bashrc
This commit is contained in:
parent
efedf303f1
commit
bcc6559131
18
Bash Scripts/.bashrc
Normal file
18
Bash Scripts/.bashrc
Normal 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"
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user