Skip to content

ZSH

Zsh is a feature-rich shell that extends the traditional Bourne shell with advanced completion, globbing, and scripting capabilities. It’s highly customizable and widely adopted as a default interactive shell. My setup layers in aliases, functions, and prompt customizations to create a terminal environment that’s both efficient and pleasant to work in.

🧩 Plugins

Aliases

ShortcutFull expression
all. fzf-alias.sh
blaunch-bat.sh
cclear
cpcp -iv
mvmv -iv
dstfind . -type f -name '.DS_Store' -delete
fp. fzf-projects.sh
fpj. fzf-pkgjson.sh
gdcd $DOTFILES
gdofind . -type f -name '*.orig' -delete
gsm. fzf-submodule.sh
gu. git-toplevel.sh
lglaunch-lazygit.sh
lslsd
ovvim
restowstow -D . && stow .
tsvTSGOPATH="$HOME/Code/typescript-go/built/local/tsgo" v
vnvim

Released under MIT license