aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-04-25 13:45:17 +0200
committerphilw <dscr@duck.com>2024-04-25 13:45:17 +0200
commit9e9a6ac689828539f6251f50c79c9a4bd0186c68 (patch)
tree4b1730089961bb80e07a41f1efd5aa56b70e9b77
parent1d0448d7ad9cf3dbb4c633cda7ad7b9c5caa0b68 (diff)
downloaddotfiles-9e9a6ac689828539f6251f50c79c9a4bd0186c68.tar.gz
dotfiles-9e9a6ac689828539f6251f50c79c9a4bd0186c68.zip
Update dots
Diffstat (limited to '')
-rw-r--r--shell/zsh/.zshrc3
-rw-r--r--x/.xprofile2
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
42export EDITOR=nvim 42export EDITOR=nvim
43export BUILDDIR=/tmp/makepkg 43export BUILDDIR=/tmp/makepkg
44export RAVEDUDE_PORT=/dev/ttyACM0 44export RAVEDUDE_PORT=/dev/ttyACM0
45alias get_idf='. $HOME/Repositories/esp/esp-idf/export.sh' 45alias get_idf='. $HOME/Repositories/c/esp/esp-idf/export.sh'
46export BUN_INSTALL="$HOME/.bun" 46export BUN_INSTALL="$HOME/.bun"
47export PATH="$BUN_INSTALL/bin:$PATH" 47export PATH="$BUN_INSTALL/bin:$PATH"
48export PATH="$HOME/.cargo/bin:$PATH" 48export 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" ;;
105esac 105esac
106export PATH=$PATH:$HOME/.platformio/penv/bin
106 107
107source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 108source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
108source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 109source /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
9xrandr --dpi 96 9xrandr --dpi 96
10xbacklight -set 2 10xbacklight -set 2
11setxkbmap pl 11setxkbmap pl
12wal -i ~/Pictures/wallpaper & 12feh --bg-scale ~/Repositories/rice/wallpaper.jpg &
13picom -b & 13picom -b &
14 14
15[ -n "$xrdbpid" ] && wait "$xrdbpid" 15[ -n "$xrdbpid" ] && wait "$xrdbpid"