让 .bashrc 更有效率: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 September 2025

  • curprev 10:5310:53, 29 September 2025Mwroot talk contribs 559 bytes +559 Created page with "<syntaxhighlight lang="bash" line> export EDITOR=emacs alias e='emacs' alias se='sudo emacsclient' alias s='ls -hl' alias eb='emacs ~/.bashrc' alias sb='source ~/.bashrc' alias sp='systemctl poweroff' alias sr='systemctl reboot' alias as='apt search --names-only' alias ai='sudo apt install' alias au='sudo apt update' alias ac='sudo apt autoremove' alias rmd='rm -rf' alias du='du -d 1 -hl' alias pon='export {http,https,ftp,all}_proxy="http://$host_ip:35280"' alias pof..."