summaryrefslogtreecommitdiffstats
path: root/.config/shell/aliasrc
diff options
context:
space:
mode:
authorHekuran <hekurangashi@pm.me>2021-09-23 20:54:58 +0200
committerGitHub <noreply@github.com>2021-09-23 14:54:58 -0400
commit15d09bac36f1a5845c87d6c5f4edb64634407546 (patch)
treee30e6277d6e5405d40f23fceb7353d3844814597 /.config/shell/aliasrc
parent5caaa489ac45e23d1c0160ab6668d12585f6bffe (diff)
downloadeibhear-15d09bac36f1a5845c87d6c5f4edb64634407546.tar.gz
eibhear-15d09bac36f1a5845c87d6c5f4edb64634407546.tar.zst
eibhear-15d09bac36f1a5845c87d6c5f4edb64634407546.zip
sysact rewrite and minor stuff (#1000)
* minor forgoten stuff we already have shutdown in sudo loop * why was this still here? it belongs in ~/.config/ * what the actual phucc * implemented loginctl and fixed shebang
Diffstat (limited to '.config/shell/aliasrc')
-rw-r--r--.config/shell/aliasrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 0890ccd..ad71695 100644
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -35,7 +35,7 @@ alias \
g="git" \
trem="transmission-remote" \
YT="youtube-viewer" \
- sdn="sudo shutdown -h now" \
+ sdn="shutdown -h now" \
e="$EDITOR" \
v="$EDITOR" \
p="pacman" \