tmux qol dir

This commit is contained in:
Kulvir Singh
2025-02-01 23:49:03 +05:30
parent 6e78dd71bf
commit 996217b767
5 changed files with 27 additions and 22 deletions

View File

@@ -2,6 +2,13 @@
programs = {
zsh = {
enable = true;
envExtra = ''
eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH="/opt/homebrew/bin:$PATH"
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"
'';
shellAliases = {
ls = "lsd";
lg = "lazygit";