From 9e9a6ac689828539f6251f50c79c9a4bd0186c68 Mon Sep 17 00:00:00 2001 From: philw Date: Thu, 25 Apr 2024 13:45:17 +0200 Subject: Update dots --- shell/zsh/.zshrc | 3 ++- 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 export EDITOR=nvim export BUILDDIR=/tmp/makepkg export RAVEDUDE_PORT=/dev/ttyACM0 -alias get_idf='. $HOME/Repositories/esp/esp-idf/export.sh' +alias get_idf='. $HOME/Repositories/c/esp/esp-idf/export.sh' export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" @@ -103,6 +103,7 @@ case ":$PATH:" in *":$GEM:"*) ;; *) export PATH="$GEM:$PATH" ;; esac +export PATH=$PATH:$HOME/.platformio/penv/bin source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 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 xrandr --dpi 96 xbacklight -set 2 setxkbmap pl -wal -i ~/Pictures/wallpaper & +feh --bg-scale ~/Repositories/rice/wallpaper.jpg & picom -b & [ -n "$xrdbpid" ] && wait "$xrdbpid" -- cgit v1.2.3