summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-14 14:18:57 -0700
committerxyz <gky44px1999@gmail.com>2021-10-14 14:18:57 -0700
commit41bb71408b2b4b9173ce94f032cfa528e51dcf67 (patch)
tree1fa9c2d14a75300987d1ca94a7d1b60e5391efa4
parentddceb8aedd670a8a584912ea9044749a504b4446 (diff)
bashrc add sudo git sg alias
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 968e8143..d3fab95c 100644
--- a/.bashrc
+++ b/.bashrc
@@ -41,6 +41,7 @@ alias sdcv='sdcv --color'
alias ap='sudo ampy -p /dev/ttyACM0'
alias g=git
alias ll='ls -lAh --color=auto --group-directories-first'
+alias sg='sudo git'
alias spd='speedtest --no-upload; librespeed-cli --no-upload'
alias tp='sudo tio /dev/ttyACM0'
alias v='$EDITOR'