summaryrefslogtreecommitdiff
path: root/home/xyz/.bashrc
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-12-27 21:11:15 -0800
committerxyz <gky44px1999@gmail.com>2021-12-27 21:11:15 -0800
commit7943dfb43fd514ed5f1844864164ca9833bb0b39 (patch)
tree878c3c23fbac3cf363546b4ab39933947da19098 /home/xyz/.bashrc
parent073bd1d54ca3faff1ad099df991ed624fcd583aa (diff)
bashrc ssy to sy
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r--home/xyz/.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index ea600519..2733031e 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -63,8 +63,8 @@ alias pu=paru
alias s='sudo ' # https://askubuntu.com/a/22043
alias se='sudo -E '
alias spd='speedtest; librespeed-cli'
-alias ssy='sudo systemctl'
-alias sv='sudoedit'
+alias sv=sudoedit
+alias sy=systemctl
alias tp='sudo tio /dev/ttyACM0'
alias v='$EDITOR'
alias vc='$EDITOR "$XDG_DOCUMENTS_DIR/notes/computer/cli_notes.md"'