diff options
| author | ache <ache@ache.one> | 2026-03-04 16:00:13 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-03-04 16:00:13 +0100 |
| commit | b218b9cb2fbd20b4eecc3e51d61050e83ea7b223 (patch) | |
| tree | 4e716a0ae505eddd66fc78abcedf025670441ba8 /functions/groot.fish | |
| parent | feat: Use abbr instead of alias (diff) | |
docs: Add note about aliases
Diffstat (limited to 'functions/groot.fish')
| -rw-r--r-- | functions/groot.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/groot.fish b/functions/groot.fish index 2bb58fb..6a01b39 100644 --- a/functions/groot.fish +++ b/functions/groot.fish @@ -1 +1,2 @@ +# NOTE: Go back to root directory in a git repository alias groot="cd (git rev-parse --show-toplevel)" |