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
|
||||
# bindkey '^R' history-incremental-search-backward
|
||||
|
||||
# Rust Exports
|
||||
export CARGO_HOME=~/.local/share/cargo
|
||||
export RUSTUP_HOME=~/.config/rustup
|
||||
|
||||
# Aliases
|
||||
alias yay="yay --aur"
|
||||
alias ls="exa"
|
||||
|
@ -15,3 +11,12 @@ alias ll="exa -albh"
|
|||
alias cat="bat"
|
||||
alias vim="nvim"
|
||||
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