mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
7 lines
121 B
Fish
7 lines
121 B
Fish
|
|
builtin history append "{{ command }}";
|
||
|
|
builtin history merge;
|
||
|
|
|
||
|
|
{%- if let Some(cd) = self.cd %}
|
||
|
|
cd {{ cd }}
|
||
|
|
{% endif %}
|