remove helix references
This commit is contained in:
parent
1be766f969
commit
351169c859
2 changed files with 2 additions and 8 deletions
|
@ -39,7 +39,7 @@ zoxide init fish | source
|
|||
source ~/.config/fish/private.fish
|
||||
|
||||
# Environment variables
|
||||
set -x EDITOR "helix"
|
||||
set -x EDITOR "vim"
|
||||
set -x USER "lu"
|
||||
set -x SHELL (which fish)
|
||||
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 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
|
||||
if test -e ~/.asdf
|
||||
. ~/.asdf/asdf.fish
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
email = shadows_withal@fastmail.com
|
||||
signingkey = 0x6F33B647A7AC80CE
|
||||
[core]
|
||||
editor = helix
|
||||
editor = vim
|
||||
[push]
|
||||
default = simple
|
||||
[pull]
|
||||
|
|
Loading…
Add table
Reference in a new issue