Added /home/tim/Projects/abs and rmdep alias to remove orphaned dependencies

This commit is contained in:
Dreaded_X 2015-02-04 22:11:46 +01:00
parent b848cb0fd6
commit 99ed7cd558

2
zshrc
View File

@ -5,6 +5,7 @@ plugins=(sudo colored-man)
setopt correct
export EDITOR=vim
export TERM="screen-256color"
export ABSROOT=$HOME/Projects/abs
source $ZSH/oh-my-zsh.sh
@ -14,6 +15,7 @@ if [ -d "$HOME/.local/bin" ]; then
PATH="$HOME/.local/bin:$PATH"
fi
alias rmdep="sudo pacman -Rns $(pacman -Qqtd)"
alias tmux="tmux -2"
alias attach="tmux a"
if [ -z "$TMUX" ]; then tmux; exit; fi