dots-of-war/eggs/zsh/.config/zsh/abbreviations
elkowar e797b89ed9
Add foot and nvim
Setup zsh and starship

update yolk

test with new yolk

test2

After renaming local to eggs

Remove zed stuff

äf

äf
2024-11-23 21:36:01 +01:00

13 lines
371 B
Text

abbr cvim="cd ~/.config/nvim && nvim && cd -"
abbr cnt="cargo nextest run"
abbr cnix="cd ~/.config/nixpkgs && nvim && cd -"
abbr cxmonad="cd ~/.xmonad && nvim lib/Config.hs && cd -"
abbr ra="ranger"
abbr cr="cargo run -- "
abbr g="git "
abbr ga.="git add ."
abbr gaa="git add --all"
abbr gc="git commit"
abbr gr="git rebase "
abbr gs="git ss "
abbr nvc="nvim ~/.config/"