tmux qol dir
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user