dotfiles/.bash_aliases

15 lines
633 B
Bash
Raw Permalink Normal View History

# aliases
2016-11-04 23:28:47 -05:00
alias l='ls -lah'
alias ll='ls -lah'
2016-10-17 13:41:10 -05:00
alias ls='ls --color=auto'
alias functions="grep \(\) ~/.bash_functions | grep -E -v '\#|\*'"
2016-11-11 10:19:51 -06:00
alias Grep='grep'
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'
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'