2016-10-16 07:41:03 -05:00
|
|
|
# aliases
|
2016-11-04 23:28:47 -05:00
|
|
|
alias l='ls -lah'
|
2016-10-16 07:41:03 -05:00
|
|
|
alias ll='ls -lah'
|
2016-10-17 13:41:10 -05:00
|
|
|
alias ls='ls --color=auto'
|
2016-10-16 07:41:03 -05:00
|
|
|
|
2016-11-08 20:18:36 -06:00
|
|
|
alias functions="grep \(\) ~/.bash_functions | grep -E -v '\#|\*'"
|
2016-11-11 10:19:51 -06:00
|
|
|
alias Grep='grep'
|
2017-12-19 22:14:34 -06:00
|
|
|
alias dict='/usr/bin/sdcv'
|
2018-01-10 02:22:44 -06:00
|
|
|
alias wiki='/usr/bin/python2 ~/bin/mygit/misc_pytools/wikipedia_search/wikipedia_search.py'
|
2017-12-19 22:14:34 -06:00
|
|
|
alias btc='curl -sSL https://coinbase.com/api/v1/prices/historical | head -n 1 | sed "s|^.*,|$|" | sed "s|\(\.[0-9]$\)|\10|"'
|
|
|
|
alias rfc="/home/booboy/bin/mygit/rfc/rfc.sh"
|
2018-01-10 02:22:44 -06:00
|
|
|
alias current_temp='python3 /home/booboy/bin/mygit/misc_pytools/get_weather/weather.py |grep "\"temp\":" | tr -d ','| column -t'
|
2018-07-18 00:21:33 -05:00
|
|
|
alias vim='/usr/bin/nvim'
|
|
|
|
alias vi='/usr/bin/nvim'
|