Merge branch 'master' of github.com:Jab2870/dotfiles

This commit is contained in:
Jonathan Hodgson 2018-01-12 09:31:47 +00:00
commit 39e4b9c99a
5 changed files with 37 additions and 0 deletions

View file

@ -11,6 +11,8 @@ alias ls='ls -F --color=auto'
# Make tree add indicators and color
alias tree='tree -F -C'
alias msfconsole="msfconsole --quiet -x \"db_connect msf@msf\""
#Start cups
alias cups='sudo systemctl start org.cups.cupsd.service'