diff options
| author | Hekuran <hekurangashi@pm.me> | 2021-08-25 15:51:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-25 09:51:52 -0400 |
| commit | 9b6005292c74bfb93bd486e1af0591966319595b (patch) | |
| tree | 9e4aac6c657c2e132861e181946659958e33091d /.config/shell/aliasrc | |
| parent | 645058d1b5d25a55951ca6a4fbfe89bd7e41f566 (diff) | |
| download | eibhear-9b6005292c74bfb93bd486e1af0591966319595b.tar.gz eibhear-9b6005292c74bfb93bd486e1af0591966319595b.tar.zst eibhear-9b6005292c74bfb93bd486e1af0591966319595b.zip | |
lapsus calami (#988)
don't remove the whole thing, just sudo
Diffstat (limited to '.config/shell/aliasrc')
| -rw-r--r-- | .config/shell/aliasrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 235fc04..0890ccd 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -38,6 +38,7 @@ alias \ sdn="sudo shutdown -h now" \ e="$EDITOR" \ v="$EDITOR" \ + p="pacman" \ xi="sudo xbps-install" \ xr="sudo xbps-remove -R" \ xq="xbps-query" \ |
