remove bash alias aliases, rearrange some others

master
Kebler Network System Administrator 2023-01-01 10:29:04 -08:00
parent e2cade08c7
commit 45a936d65f
2 changed files with 1 additions and 8 deletions

View File

@ -56,17 +56,9 @@ alias pathg='echo $PATH | grep'
alias sysinfo='sudo inxi -Fzxd'
alias efstab="cp /etc/fstab ~/fstab.bak && gedit admin:/etc/fstab"
alias ea="editor ~/.bash_aliases"
alias ead="editor ~/.kbd-aliases/"
alias eadg="editor ~/.kbd-aliases/"
alias eag="editor ~/.bash_aliases"
alias essh="sudo editor /etc/ssh/sshd_config"
alias ebrc='editor ~/.bashrc'
# follows a link to list the source path
alias follow="readlink -f"
# Will scrub all and reload only aliases in .bash_aliaes
alias reloada="unalias -a && source ~/.bash_aliases && compgen -a"
# use this when there are transport errors after unmounting or killing a mount
alias umountf="sudo umount -l"

View File

@ -1,2 +1,3 @@
alias ports="netstat -tulpn"
alias flushdns="systemctl restart systemd-resolved"
alias essh="sudo editor /etc/ssh/sshd_config"