diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-14 20:40:43 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-14 20:40:43 -0700 |
commit | a36dafde4979611fe8e4829e5c3e51d310ad80e9 (patch) | |
tree | c0dee6aa8efc45fc609341efe119cfefc8ec81e5 | |
parent | c26f68b1d05058acf5e74ef2267d33fbf5a9f1db (diff) |
alias se and sE
-rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ alias ap='sudo ampy -p /dev/ttyACM0' alias g=git alias ll='ls -lAh --color=auto --group-directories-first' alias s='sudo ' # https://askubuntu.com/a/22043 +alias se='sudoedit' +alias sE='sudo -E ' alias spd='speedtest --no-upload; librespeed-cli --no-upload' alias tp='sudo tio /dev/ttyACM0' alias v='$EDITOR' |