chore(zsh): configure PATH and stui shortcut

This commit is contained in:
tux
2026-09-01 22:05:51 +05:30
parent b578e3b462
commit 85fa1f78d0

View File

@@ -21,6 +21,9 @@
bindkey "^A" vi-beginning-of-line
bindkey "^E" vi-end-of-line
bindkey '^R' fzf-history-widget
PATH=$PATH:~/.cargo/bin:~/.local/bin
alias stui='systemctl-tui'
'';
};
};