From 6c71b172597e100e43e1eca528ad550efd4ccaa5 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Fri, 3 May 2019 03:44:26 +0000 Subject: [PATCH] cleaned out things not necessary for a server --- bashrc | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/bashrc b/bashrc index 4f3fe20..9551d9c 100644 --- a/bashrc +++ b/bashrc @@ -13,26 +13,18 @@ if [[ $- != *i* ]] ; then fi #Shell Variables -PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${PATH}:./:" +PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${GOPATH}:${PATH}:./:" export EDITOR=nvim export PAGER=less -export LIBVA_DRIVER_NAME=vdpau -export BROWSER=firefox-developer export GOPATH="/home/ewpt3ch/go" #Create dirs for things that won't themselves -mkdir -p /tmp/ewpt3ch-cache/chrome -mkdir -p /tmp/ewpt3ch-cache/chromium mkdir -p /tmp/makepkg -#source /etc/profile.d/bash-completion.sh -#source ~/todo.txt-cli/todo_completion -#pacman aliases -alias pacman='sudo pacman' -alias pacupg='pacman -Syu' -alias pacins='pacman -U' -# -source ~/bin/npm_completion +source /etc/profile.d/bash-completion.sh + +#source ~/bin/npm_completion + #bring in aliases for arch source ~/.dotfiles/archalias.bash #alias @@ -42,15 +34,11 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' -complete -F _todo t -PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${PATH}:./:" -export VMWARE_USE_SHIPPED_GTK="yes" -export EDITOR=vim -export PAGER=less -export LIBVA_DRIVER_NAME=vdpau #create cache-dir for chrome mkdir -p /tmp/ewpt3ch-cache -eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519) -export NVM_DIR="/home/ewpt3ch/.nvm" -[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm -[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion +val $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519) +#export NVM_DIR="/home/ewpt3ch/.nvm" +#[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm +#[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion +# Only load Liquid Prompt in interactive shells, not from a script or from scp +[[ $- = *i* ]] && source ~/liquidprompt/liquidprompt