dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

feat(zsh): add `nd` alias for `nix develop`

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

author
Seongmin Lee
date (Jul 5, 2025, 1:38 AM +0900) commit c98e7189 parent 80a9b7ec change-id xlyuuywm
+1
+1
zsh/.zshrc
··· 7 7 alias gs="git status" 8 8 alias ta="tmux attach" 9 9 alias nn="NVIM_APPNAME=nativevim nvim" 10 + alias nd="nix develop -c zsh -l" 10 11 11 12 ## Custom prompt 12 13 setopt prompt_subst