dotfiles/.config/fish/conf.d/abbr.fish

14 lines
436 B
Fish

abbr -a h hx
abbr -a gc git commit
abbr -a gco git checkout
abbr -a cls "clear; ls"
abbr -a ga git add
abbr -a c clear
abbr -a fedit hx /home/fic/.config/fish
abbr -a gca git commit --amend
abbr -a --set-cursor gcm git commit -m \"%\"
abbr -a lsa ls -a -l
abbr -a hconf hx /home/fic/.config/helix/config.toml
abbr -a hlang hx /home/fic/.config/helix/languages.toml
abbr -a hjust hx /home/fic/.config/just/justfile
abbr -a justg just -g