remove bash alias aliases, rearrange some others
parent
e2cade08c7
commit
45a936d65f
|
@ -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"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
alias ports="netstat -tulpn"
|
||||
alias flushdns="systemctl restart systemd-resolved"
|
||||
alias essh="sudo editor /etc/ssh/sshd_config"
|
||||
|
|
Loading…
Reference in New Issue