fish configuration

This commit is contained in:
Ivan Golikov 2024-12-15 20:30:46 +01:00
parent d3dac17247
commit b3bd3a4683
4 changed files with 104 additions and 0 deletions

View file

@ -0,0 +1,3 @@
function dotfiles --wraps=git
/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME $argv
end