shell: zsh -> fish

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent c64512f398
commit fdb22d868d
21 changed files with 75 additions and 120 deletions

View File

@ -0,0 +1,4 @@
function dots --wraps='/usr/bin/git --git-dir=$HOME/docs/git/dotfiles.git --work-tree=$HOME' --description 'alias dots=/usr/bin/git --git-dir=$HOME/docs/git/dotfiles.git --work-tree=$HOME'
/usr/bin/git --git-dir=$HOME/docs/git/dotfiles.git --work-tree=$HOME $argv
end