mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
parent
b68b9702a7
commit
63273e3895
3
bashrc
3
bashrc
@ -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
3
zshrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user