Compare commits

...

3 commits

3 changed files with 8 additions and 2 deletions

View file

@ -2,7 +2,7 @@
gpgSign = true
[core]
editor = "nvim"
editor = "hx"
{{ if lookPath "delta" -}}
pager = "delta"
{{- end }}

View file

@ -103,3 +103,6 @@ alias_file="${XDG_CONFIG_HOME:-$HOME/.config}/alias"
if [ -r "$alias_file" ]; then
source "$alias_file"
fi
# PATH extensions
export PATH="$HOME/.local/bin:$PATH"

View file

@ -25,4 +25,7 @@ else
export config="$HOME/.config/helix/config.dark.toml"
fi
HELIX_RUNTIME=~/projects/helix/runtime /usr/local/bin/hx -c "$config" $@
#HELIX_RUNTIME=~/projects/helix/runtime /usr/local/bin/hx -c "$config" $@
# Download from https://github.com/usagi-flow/helix/releases/tag/feat-evil-base and extract in /opt
/opt/helix/hx -c "$config" $@