cleaned out things not necessary for a server

This commit is contained in:
2019-05-03 03:44:26 +00:00
parent 661dffd464
commit 6c71b17259
+11 -23
View File
@@ -13,26 +13,18 @@ if [[ $- != *i* ]] ; then
fi fi
#Shell Variables #Shell Variables
PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${PATH}:./:" PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${GOPATH}:${PATH}:./:"
export EDITOR=nvim export EDITOR=nvim
export PAGER=less export PAGER=less
export LIBVA_DRIVER_NAME=vdpau
export BROWSER=firefox-developer
export GOPATH="/home/ewpt3ch/go" export GOPATH="/home/ewpt3ch/go"
#Create dirs for things that won't themselves #Create dirs for things that won't themselves
mkdir -p /tmp/ewpt3ch-cache/chrome
mkdir -p /tmp/ewpt3ch-cache/chromium
mkdir -p /tmp/makepkg mkdir -p /tmp/makepkg
#source /etc/profile.d/bash-completion.sh source /etc/profile.d/bash-completion.sh
#source ~/todo.txt-cli/todo_completion
#pacman aliases #source ~/bin/npm_completion
alias pacman='sudo pacman'
alias pacupg='pacman -Syu'
alias pacins='pacman -U'
#
source ~/bin/npm_completion
#bring in aliases for arch #bring in aliases for arch
source ~/.dotfiles/archalias.bash source ~/.dotfiles/archalias.bash
#alias #alias
@@ -42,15 +34,11 @@ alias ls='ls --color=auto'
alias grep='grep --color=auto' alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto' alias fgrep='fgrep --color=auto'
alias egrep='egrep --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 #create cache-dir for chrome
mkdir -p /tmp/ewpt3ch-cache mkdir -p /tmp/ewpt3ch-cache
eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519) val $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519)
export NVM_DIR="/home/ewpt3ch/.nvm" #export NVM_DIR="/home/ewpt3ch/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm #[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[[ -r $NVM_DIR/bash_completion ]] && . $NVM_DIR/bash_completion #[[ -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