From 7e5059be8664603f3150f08e660e4c9aa574a457 Mon Sep 17 00:00:00 2001 From: philw Date: Tue, 2 Jul 2024 02:08:13 +0200 Subject: Update rice --- shell/zsh/.zprofile | 3 +++ shell/zsh/.zshrc | 3 +++ x/.xprofile | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/shell/zsh/.zprofile b/shell/zsh/.zprofile index e69de29..73e39eb 100644 --- a/shell/zsh/.zprofile +++ b/shell/zsh/.zprofile @@ -0,0 +1,3 @@ + +# Created by `pipx` on 2024-06-26 00:09:05 +export PATH="$PATH:/home/fw/.local/bin" diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 0aaaf8f..4c22327 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -108,3 +108,6 @@ 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 + +# Created by `pipx` on 2024-06-26 00:09:05 +export PATH="$PATH:/home/fw/.local/bin" diff --git a/x/.xprofile b/x/.xprofile index f749bb0..0e7d089 100644 --- a/x/.xprofile +++ b/x/.xprofile @@ -9,7 +9,7 @@ done >/dev/null 2>&1 xrandr --dpi 96 xbacklight -set 2 setxkbmap pl - feh --bg-scale ~/Repositories/rice/wallpaper.jpg & + feh --bg-scale ~/repos/rice/wallpaper.jpg & picom -b & [ -n "$xrdbpid" ] && wait "$xrdbpid" -- cgit v1.2.3