More small changes

This commit is contained in:
mokou 2021-04-08 14:18:11 +02:00
parent 111c78b6e7
commit e0a54706cd
2 changed files with 6 additions and 23 deletions

View file

@ -39,7 +39,7 @@ source ~/.config/fish/private.fish
# Environment variables
set -x EDITOR "vim"
set -x USER "lu"
set -x SHELL /opt/homebrew/bin/fish
set -x SHELL (which fish)
set -x TERM xterm-256color
set -x N_PREFIX ~/n
set -x GTK_IM_MODULE ibus
@ -94,9 +94,10 @@ alias hp "hg push"
alias hpl "hg pull"
alias hs "hg status"
alias hl "hg log"
# asdf support
echo -e "\nsource "(brew --prefix asdf)"/asdf.fish" >> ~/.config/fish/config.fish
# XBPS Aliases
alias xi "sudo xbps-install"
alias xq "xbps-query"
alias xr "sudo xbps-remove"
# Aliases that overwrite other, existing commands
if command --search hub > /dev/null do