remove helix references

This commit is contained in:
liv 2023-05-30 10:36:51 +02:00
parent 1be766f969
commit 351169c859
2 changed files with 2 additions and 8 deletions

View file

@ -39,7 +39,7 @@ zoxide init fish | source
source ~/.config/fish/private.fish source ~/.config/fish/private.fish
# Environment variables # Environment variables
set -x EDITOR "helix" set -x EDITOR "vim"
set -x USER "lu" set -x USER "lu"
set -x SHELL (which fish) set -x SHELL (which fish)
set -x TERM xterm-256color set -x TERM xterm-256color
@ -92,12 +92,6 @@ alias wip "g add --all; and g commit -m WIP"
alias squish "gs; and g commit -a --amend -C HEAD" alias squish "gs; and g commit -a --amend -C HEAD"
alias editorigin "git remote set-url origin" alias editorigin "git remote set-url origin"
# Alias vim to helix if it exists because vim is way easier to type
if command --search helix > /dev/null
alias hx "helix"
alias vim "hx"
end
# Load asdf if it's installed # Load asdf if it's installed
if test -e ~/.asdf if test -e ~/.asdf
. ~/.asdf/asdf.fish . ~/.asdf/asdf.fish

View file

@ -3,7 +3,7 @@
email = shadows_withal@fastmail.com email = shadows_withal@fastmail.com
signingkey = 0x6F33B647A7AC80CE signingkey = 0x6F33B647A7AC80CE
[core] [core]
editor = helix editor = vim
[push] [push]
default = simple default = simple
[pull] [pull]