Added /home/tim/Projects/abs and rmdep alias to remove orphaned dependencies
This commit is contained in:
parent
b848cb0fd6
commit
99ed7cd558
2
zshrc
2
zshrc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user