You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
504 B
Cheetah
19 lines
504 B
Cheetah
{{#if-installed helix}}
|
|
alias hx = helix
|
|
{{/if-installed}}
|
|
{{#if-installed todo.sh}}
|
|
alias t = todo.sh
|
|
{{/if-installed}}
|
|
{{#if-installed fuck}}
|
|
alias fuck = with-env {TF_ALIAS: "fuck", PYTHONIOENCODING: "utf-8"} {
|
|
thefuck (history | last 1 | get command.0)
|
|
}{{/if-installed}}
|
|
{{#if flags.unix}}
|
|
alias `shx` = sudo -E helix -c '{{dirs.config}}/helix/config.toml'
|
|
{{/if}}
|
|
{{#if-installed nix}}
|
|
alias devshell = nix develop -c $env.SHELL
|
|
{{/if-installed}}
|
|
|
|
def --env `silo cd` [] { silo repo | cd $in }
|