Some work to dotfiles

This commit is contained in:
Jonathan Hodgson 2018-01-11 16:13:30 +00:00
parent 548a391570
commit 04a8cfe01e
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'