diff options
| -rw-r--r-- | shell/zsh/.zshrc | 3 | ||||
| -rw-r--r-- | x/.xprofile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 7c1de09..7d95ff8 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc | |||
| @@ -42,7 +42,7 @@ export LESSHISTFILE="$XDG_CACHE_HOME"/less/history | |||
| 42 | export EDITOR=nvim | 42 | export EDITOR=nvim |
| 43 | export BUILDDIR=/tmp/makepkg | 43 | export BUILDDIR=/tmp/makepkg |
| 44 | export RAVEDUDE_PORT=/dev/ttyACM0 | 44 | export RAVEDUDE_PORT=/dev/ttyACM0 |
| 45 | alias get_idf='. $HOME/Repositories/esp/esp-idf/export.sh' | 45 | alias get_idf='. $HOME/Repositories/c/esp/esp-idf/export.sh' |
| 46 | export BUN_INSTALL="$HOME/.bun" | 46 | export BUN_INSTALL="$HOME/.bun" |
| 47 | export PATH="$BUN_INSTALL/bin:$PATH" | 47 | export PATH="$BUN_INSTALL/bin:$PATH" |
| 48 | export PATH="$HOME/.cargo/bin:$PATH" | 48 | export PATH="$HOME/.cargo/bin:$PATH" |
| @@ -103,6 +103,7 @@ case ":$PATH:" in | |||
| 103 | *":$GEM:"*) ;; | 103 | *":$GEM:"*) ;; |
| 104 | *) export PATH="$GEM:$PATH" ;; | 104 | *) export PATH="$GEM:$PATH" ;; |
| 105 | esac | 105 | esac |
| 106 | export PATH=$PATH:$HOME/.platformio/penv/bin | ||
| 106 | 107 | ||
| 107 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh | 108 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |
| 108 | source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 109 | source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
diff --git a/x/.xprofile b/x/.xprofile index afc8cbc..e30a4e1 100644 --- a/x/.xprofile +++ b/x/.xprofile | |||
| @@ -9,7 +9,7 @@ done >/dev/null 2>&1 | |||
| 9 | xrandr --dpi 96 | 9 | xrandr --dpi 96 |
| 10 | xbacklight -set 2 | 10 | xbacklight -set 2 |
| 11 | setxkbmap pl | 11 | setxkbmap pl |
| 12 | wal -i ~/Pictures/wallpaper & | 12 | feh --bg-scale ~/Repositories/rice/wallpaper.jpg & |
| 13 | picom -b & | 13 | picom -b & |
| 14 | 14 | ||
| 15 | [ -n "$xrdbpid" ] && wait "$xrdbpid" | 15 | [ -n "$xrdbpid" ] && wait "$xrdbpid" |
