diff options
author | xyz <gky44px1999@gmail.com> | 2022-05-28 01:34:11 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-05-28 01:34:11 -0700 |
commit | dee8e1f81406a11f0aedcdcd65820e2c0f86f527 (patch) | |
tree | aa8cb34ae091cf1950d4df9655618db9fdf388e3 | |
parent | 3a8e2cf27e373d68dfd5523ef9acf17d7d6768d5 (diff) |
refactor
-rw-r--r-- | home/xyz/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index c6f61fe5..ed0aef24 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -79,6 +79,7 @@ alias spd='speedtest; librespeed-cli' alias sv=sudoedit alias sy=systemctl alias tp='sudo tio /dev/ttyACM0' +alias u='upd; poweroff' alias v='$EDITOR' alias va='$EDITOR "$XDG_DOCUMENTS_DIR/notes/computer/arch_install.md"' alias vc='$EDITOR "$XDG_DOCUMENTS_DIR/notes/computer/cli_notes.md"' |