From b39a56a9eb9b04075d5438668f033b1dc2760d62 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Tue, 17 Nov 2020 20:24:48 -0600 Subject: [PATCH] chore: general update --- .zprofile | 12 ++++++++++++ .zshrc | 2 -- paoda.zsh | 6 ------ 3 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 .zprofile diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..280ff4b --- /dev/null +++ b/.zprofile @@ -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 diff --git a/.zshrc b/.zshrc index 03d98af..608e972 100644 --- a/.zshrc +++ b/.zshrc @@ -81,8 +81,6 @@ plugins=(git) # .zhistory not .zsh_history export HISTFILE=$HOME/.zhistory - - source $ZSH/oh-my-zsh.sh # User configuration diff --git a/paoda.zsh b/paoda.zsh index 1c8b779..17c4a8b 100644 --- a/paoda.zsh +++ b/paoda.zsh @@ -22,9 +22,3 @@ dotfile() { # Re-enable reverse-i-search bindkey '^R' history-incremental-search-backward - -# Set Default Editor -export EDITOR="/usr/bin/nvim" - -# Make mpv XDG Compliant -export MPV_HOME=~/.local/share/mpv