Added /home/tim/Projects/abs and rmdep alias to remove orphaned dependencies
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user