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.
9 lines
318 B
Cheetah
9 lines
318 B
Cheetah
4 years ago
|
alias node_lts="curl --silent https://nodejs.org/dist/index.tab | cut -f 1,10 | grep -v '-' | head -n 2 | tail -n 1 | cut -f 1"
|
||
|
alias node_current="curl --silent https://nodejs.org/dist/index.tab | cut -f 1,10 | grep '-' | head -n 1 | cut -f 1"
|
||
2 years ago
|
|
||
|
{{ if lookPath "nvim" -}}
|
||
|
alias vim=nvim
|
||
|
{{- end }}
|
||
|
|
||
|
# vim: filetype=sh
|