mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
5 lines
268 B
Text
5 lines
268 B
Text
|
|
def --env {{ alias }} [] {
|
||
|
|
let dir = (with-env { _PR_LAST_COMMAND: (history | last).command, _PR_ALIAS: (help aliases | select name expansion | each ({ |row| $row.name + "=" + $row.expansion }) | str join (char nl)), _PR_SHELL: nu } { {{ binary_path }} })
|
||
|
|
cd $dir
|
||
|
|
}
|