chore: fish replaced functions with abbr

This commit is contained in:
Afonso Franco 2023-05-25 00:13:44 +01:00
parent 5a8318210a
commit 373a0d8cf3
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 9 additions and 54 deletions

View file

@ -2,9 +2,6 @@ function config
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $argv
end
function lazyconfig
lazygit --git-dir=$HOME/dotfiles/ --work-tree=$HOME/ $argv
end
alias lc=lazyconfig
abbr -a lc "lazygit --git-dir=$HOME/dotfiles/ --work-tree=$HOME/"