mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-09 13:15:06 +00:00
4 lines
204 B
Fish
4 lines
204 B
Fish
function home --wraps='git --work-tree=$HOME --git-dir=$HOME/.home' --description 'alias home=git --work-tree=$HOME --git-dir=$HOME/.home'
|
|
git --work-tree=$HOME --git-dir=$HOME/.home $argv
|
|
|
|
end
|