diff options
| author | listout <listout@protonmail.com> | 2022-01-17 17:55:31 +0000 |
|---|---|---|
| committer | listout <listout@protonmail.com> | 2022-01-17 17:55:31 +0000 |
| commit | c772102eb40ae27ff04ba0cdcd8c515f89789cf9 (patch) | |
| tree | ec166030056f37733f31b994b4982e2dac2d9205 | |
| parent | 77bebf1188fdd88a0aa63bc6e86fe3a5124562eb (diff) | |
| download | dots-c772102eb40ae27ff04ba0cdcd8c515f89789cf9.tar.gz | |
esp-idf export paths, might remove later
Diffstat (limited to '')
| -rw-r--r-- | .config/zsh/aliases.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/zsh/aliases.zsh b/.config/zsh/aliases.zsh index deabea3..cbb4499 100644 --- a/.config/zsh/aliases.zsh +++ b/.config/zsh/aliases.zsh @@ -10,6 +10,12 @@ alias mkdir='mkdir -vp' alias less='/usr/share/nvim/runtime/macros/less.sh' alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' +if [ -d "$HOME/esp/esp-idf" ] +then + alias get_idf='. $HOME/esp/esp-idf/export.sh' + export MENUCONFIG_STYLE=monochrome +fi + export LESS=-R export LESS_TERMCAP_mb=$'\E[1;31m' # begin blink export LESS_TERMCAP_md=$'\E[1;36m' # begin bold |
