dotfiles/paoda.zsh

24 lines
492 B
Bash
Raw Normal View History

# Make ZSH behave like vim
bindkey -v
# Re-enable reverse-i-search
# bindkey '^R' history-incremental-search-backward
# Aliases
alias yay="yay --aur"
alias ls="exa"
alias ll="exa -albh"
alias cat="bat"
alias vim="nvim"
alias dotfile='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
2020-06-18 06:03:11 +00:00
### Environment Variable Exports
# Rust
export CARGO_HOME=~/.local/share/cargo
export RUSTUP_HOME=~/.config/rustup
2020-07-10 14:29:17 +00:00
# Re-enable reverse-i-search
bindkey '^R' history-incremental-search-backward