chore: general update

This commit is contained in:
2020-11-17 20:24:48 -06:00
parent abe86d87a7
commit b39a56a9eb
3 changed files with 12 additions and 8 deletions

12
.zprofile Normal file
View File

@@ -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