Make bashrc more efficient: Difference between revisions
Jump to navigation
Jump to search
Created page with "<syntaxhighlight lang="bash" line> export EDITOR=emacs alias s='ls -hl' alias sb='source ~/.bashrc' alias sp='poweroff' alias sr='reboot' </syntaxhighlight>" |
No edit summary |
||
Line 4: | Line 4: | ||
alias s='ls -hl' | alias s='ls -hl' | ||
alias eb='emacs ~/.bashrc' | |||
alias sb='source ~/.bashrc' | alias sb='source ~/.bashrc' | ||
alias sp='poweroff' | alias sp='poweroff' | ||
alias sr='reboot' | alias sr='reboot' | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 14:39, 11 April 2025
export EDITOR=emacs
alias s='ls -hl'
alias eb='emacs ~/.bashrc'
alias sb='source ~/.bashrc'
alias sp='poweroff'
alias sr='reboot'