aboutsummaryrefslogtreecommitdiff
path: root/modules/zsh
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-04-21 18:21:24 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-04-21 18:21:24 -0400
commit5ea3e108c85d5635ee945d3a47be1ad1d6940e97 (patch)
treefe4b81660d187d980ad77716e697290c731f45fa /modules/zsh
parentfa47decc33d46af0e3c453c38aa22674177f393d (diff)
downloadhome-5ea3e108c85d5635ee945d3a47be1ad1d6940e97.tar.gz
update
Diffstat (limited to 'modules/zsh')
-rw-r--r--modules/zsh/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/zsh/default.nix b/modules/zsh/default.nix
index fcf26c5..3142974 100644
--- a/modules/zsh/default.nix
+++ b/modules/zsh/default.nix
@@ -42,6 +42,8 @@ in
ll = "eza -l";
hide = "swayhide";
lg = "lazygit";
+ gdb = "gdb -q";
+ py = "ipython3";
};
autosuggestion.enable = true;
initExtra = ''
@@ -76,6 +78,8 @@ in
export TERM=screen-256color
fi
+ export PATH=$HOME:/.local/riscv/bin:$PATH:$HOME/.local/bin
+
precmd() {
# roleplaying to hide my zsh usage
print -Pn "\e]0;$(dirs -p | head -1)\e\\"