Reorganize paoda.zsh
This commit is contained in:
parent
8ea8600884
commit
b4ec697a7e
13
paoda.zsh
13
paoda.zsh
|
@ -4,10 +4,6 @@ bindkey -v
|
||||||
# Re-enable reverse-i-search
|
# Re-enable reverse-i-search
|
||||||
# bindkey '^R' history-incremental-search-backward
|
# bindkey '^R' history-incremental-search-backward
|
||||||
|
|
||||||
# Rust Exports
|
|
||||||
export CARGO_HOME=~/.local/share/cargo
|
|
||||||
export RUSTUP_HOME=~/.config/rustup
|
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias yay="yay --aur"
|
alias yay="yay --aur"
|
||||||
alias ls="exa"
|
alias ls="exa"
|
||||||
|
@ -15,3 +11,12 @@ alias ll="exa -albh"
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias dotfile='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
alias dotfile='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
|
|
||||||
|
|
||||||
|
### Environment Variable Exports
|
||||||
|
|
||||||
|
# Rust
|
||||||
|
export CARGO_HOME=~/.local/share/cargo
|
||||||
|
export RUSTUP_HOME=~/.config/rustup
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue