bashrc & zshrc: add alias purgeconfig

Closes #38
This commit is contained in:
Mikaela Suomalainen 2014-07-15 20:42:09 +03:00
parent b68b9702a7
commit 63273e3895
2 changed files with 6 additions and 0 deletions

3
bashrc
View File

@ -538,6 +538,9 @@ alias peminfo="openssl x509 -text -in"
# tmux emergency attach
alias tmuxeattach="/proc/$(pgrep -o tmux)/exe attach"
# Reset configuration files on systems using apt
alias purgeconfig="apt-get install --reinstall -o DPkg::options::=--force-confask"
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

3
zshrc
View File

@ -508,6 +508,9 @@ alias peminfo="openssl x509 -text -in"
# tmux emergency attach
alias tmuxeattach="/proc/$(pgrep -o tmux)/exe attach"
# Reset configuration files on systems using apt
alias purgeconfig="apt-get install --reinstall -o DPkg::options::=--force-confask"
# .aliases
if [ -f ~/.aliases ]; then
source ~/.aliases