tweaked to remove some old junk, and add rust

This commit is contained in:
Luke 2023-05-29 13:45:56 -07:00
parent 5748a2178e
commit 569bedc92b
5 changed files with 15 additions and 12 deletions

View file

@ -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