remove some outdated aliases
This commit is contained in:
parent
cd8dad5450
commit
6443ead17a
1 changed files with 3 additions and 27 deletions
|
@ -35,6 +35,7 @@ setpath ~/.emacs.d/bin
|
||||||
setpath ~/.fly/bin
|
setpath ~/.fly/bin
|
||||||
setpath ~/.nimble/bin
|
setpath ~/.nimble/bin
|
||||||
setpath ~/Projects/go/bin
|
setpath ~/Projects/go/bin
|
||||||
|
setpath ~/.bun/bin
|
||||||
|
|
||||||
# zoxide setup
|
# zoxide setup
|
||||||
zoxide init fish | source
|
zoxide init fish | source
|
||||||
|
@ -43,7 +44,7 @@ zoxide init fish | source
|
||||||
source ~/.config/fish/private.fish
|
source ~/.config/fish/private.fish
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
set -x EDITOR "vim"
|
set -x EDITOR "hx"
|
||||||
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
|
||||||
|
@ -70,11 +71,9 @@ alias cr "cargo run"
|
||||||
alias cb "cargo build"
|
alias cb "cargo build"
|
||||||
alias cwr "cargo watch -x run"
|
alias cwr "cargo watch -x run"
|
||||||
alias be "bundle exec"
|
alias be "bundle exec"
|
||||||
alias rp "rustup"
|
|
||||||
alias mkt "cd (mktemp -d)"
|
alias mkt "cd (mktemp -d)"
|
||||||
alias y "sudo zypper"
|
|
||||||
alias czm "chezmoi"
|
alias czm "chezmoi"
|
||||||
alias r "ranger"
|
alias lsh "ls -lah"
|
||||||
# Git Aliases
|
# Git Aliases
|
||||||
alias g "git"
|
alias g "git"
|
||||||
alias gs "g status --short"
|
alias gs "g status --short"
|
||||||
|
@ -90,27 +89,4 @@ alias gse "g send-email"
|
||||||
alias wip "g add --all; and g commit -m WIP"
|
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"
|
||||||
# Mercurial Aliases
|
|
||||||
alias h "hg"
|
|
||||||
alias ha "hg addremove"
|
|
||||||
alias hc "hg commit"
|
|
||||||
alias hps "hg push"
|
|
||||||
alias hp "hg push"
|
|
||||||
alias hpl "hg pull"
|
|
||||||
alias hs "hg status"
|
|
||||||
alias hl "hg log"
|
|
||||||
|
|
||||||
# Aliases that overwrite other, existing commands
|
|
||||||
if command --search hub > /dev/null do
|
|
||||||
alias git "hub"
|
|
||||||
end
|
|
||||||
|
|
||||||
if command --search exa > /dev/null do
|
|
||||||
alias ls "exa"
|
|
||||||
end
|
|
||||||
|
|
||||||
if command --search nvim > /dev/null do
|
|
||||||
alias vim "nvim"
|
|
||||||
set -x EDITOR "nvim"
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue