Merge branch 'master' of github.com:Jab2870/dotfiles
This commit is contained in:
commit
06444ffb78
2 changed files with 18 additions and 0 deletions
5
bashrc
5
bashrc
|
@ -194,6 +194,8 @@ alias bs="curl -s http://cbsg.sourceforge.net/cgi-bin/live | grep -Eo '^<li>.*</
|
|||
|
||||
alias jq="jq -C"
|
||||
|
||||
#alias xkcd='curl https://xkcd.com/info.0.json 2> /dev/null| \jq ".img" | xargs feh'
|
||||
|
||||
#Old ps1
|
||||
#PS1='[\u@\h \W]\$ '
|
||||
|
||||
|
@ -349,6 +351,9 @@ fi
|
|||
|
||||
#If on work computer, cd into sites
|
||||
|
||||
#Add tab completeion to sudo commands
|
||||
complete -cf sudo
|
||||
|
||||
clear
|
||||
#screenfetch
|
||||
#set -o vi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue