mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-16 20:31:15 -07:00
tweaked to remove some old junk, and add rust
This commit is contained in:
parent
5748a2178e
commit
569bedc92b
5 changed files with 15 additions and 12 deletions
11
aliases.sh
11
aliases.sh
|
@ -27,23 +27,12 @@ alias fdiff="sdiff -t --tabsize=4 -w \$(tput cols) -b"
|
|||
alias rsync-prog="rsync -Pav"
|
||||
alias parallel="parallel --no-notice"
|
||||
|
||||
export IDF_TOOLS_PATH=/opt/esp
|
||||
alias get_idf=". ${IDF_TOOLS_PATH}/esp-idf/export.sh"
|
||||
|
||||
if [[ -e /opt/eagle/eagle/eagle ]]; then
|
||||
alias eagle=$(readlink -f /opt/eagle/eagle/eagle)
|
||||
fi
|
||||
|
||||
# Stopwatch
|
||||
alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date'
|
||||
|
||||
# IP addresses
|
||||
alias pubip="dig +short myip.opendns.com @resolver1.opendns.com"
|
||||
|
||||
if [[ ! "$(which dropbox)" && "$(which caja-dropbox)" ]]; then
|
||||
alias dropbox=caja-dropbox
|
||||
fi
|
||||
|
||||
if [[ "$(which ncdu)" ]]; then
|
||||
alias dush="ncdu --color dark -rr"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue