mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-17 04:40:32 -07:00
merge to master.
This commit is contained in:
parent
6b0359046d
commit
7fb554740a
7 changed files with 79 additions and 49 deletions
|
@ -27,6 +27,9 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue