mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-10 05:35:06 +00:00
5 lines
204 B
Fish
5 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
|