mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
bash_aliases: Added sudo
This commit is contained in:
parent
e46f7e63a6
commit
23326ae978
@ -1,5 +1,8 @@
|
||||
# This file contains aliases which my bashrc uses. You might need to edit something (for example: if you use vi or don't have nmap).
|
||||
|
||||
# To get sudo work with aliases.
|
||||
alias sudo="sudo "
|
||||
|
||||
# Moving between directories:
|
||||
alias ..="cd .."
|
||||
alias .="cd ."
|
||||
|
Loading…
Reference in New Issue
Block a user