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
dstfind . -type f -name ".DS_Store\" -delete"
fs. ffmpeg-studio
fm. fzf-dir.sh $MOVIES
fp. fzf-dir.sh $CODE
fpj. fzf-pkgjson.sh
gdcd $DOTFILES
gdofind . -type f -name "*.orig\" -delete"
gsm. fzf-submodule.sh
gsmi. $SCRIPTS/git-submodule.sh
gu. git-toplevel.sh
lglaunch-lazygit.sh
lslsd
mvmv -iv
ovvim
restowstow -D . && stow .
vccode .
ytmp3yt-dlp -x --audio-format mp3

Released under proprietary license