chore: general update
This commit is contained in:
parent
abe86d87a7
commit
b39a56a9eb
|
@ -0,0 +1,12 @@
|
||||||
|
# Rust
|
||||||
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
|
# DenoJS
|
||||||
|
export DENO_INSTALL="/home/paoda/.deno"
|
||||||
|
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||||
|
|
||||||
|
# Set Default Editor
|
||||||
|
export EDITOR="/usr/bin/nvim"
|
||||||
|
|
||||||
|
# Make mpv XDG Compliant
|
||||||
|
export MPV_HOME=~/.local/share/mpv
|
2
.zshrc
2
.zshrc
|
@ -81,8 +81,6 @@ plugins=(git)
|
||||||
# .zhistory not .zsh_history
|
# .zhistory not .zsh_history
|
||||||
export HISTFILE=$HOME/.zhistory
|
export HISTFILE=$HOME/.zhistory
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
|
@ -22,9 +22,3 @@ dotfile() {
|
||||||
|
|
||||||
# Re-enable reverse-i-search
|
# Re-enable reverse-i-search
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
|
|
||||||
# Set Default Editor
|
|
||||||
export EDITOR="/usr/bin/nvim"
|
|
||||||
|
|
||||||
# Make mpv XDG Compliant
|
|
||||||
export MPV_HOME=~/.local/share/mpv
|
|
||||||
|
|
Loading…
Reference in New Issue