summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2019-02-02 10:16:01 -0800
committerMike Crute <mike@crute.us>2019-02-02 10:16:01 -0800
commite5fac09af4a6c5732bf2459db61ceaf6c36d5066 (patch)
treed410d6b5b2434b8e4f8341502d9749f8d84e1a6e /.bashrc
parent43d6d702c4fea3c09066c8a9993d6b076e638a56 (diff)
downloaddotfiles-e5fac09af4a6c5732bf2459db61ceaf6c36d5066.tar.bz2
dotfiles-e5fac09af4a6c5732bf2459db61ceaf6c36d5066.tar.xz
dotfiles-e5fac09af4a6c5732bf2459db61ceaf6c36d5066.zip
Add failed units commands
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 725b7d4..311845d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -325,6 +325,8 @@ fi
325if have_command systemctl; then 325if have_command systemctl; then
326 alias usystemctl="systemctl --user" 326 alias usystemctl="systemctl --user"
327 alias systemctl-failed-user-units="systemctl --user list-units --state=failed" 327 alias systemctl-failed-user-units="systemctl --user list-units --state=failed"
328 alias failed-units="systemctl list-units --state=failed --all"
329 alias ufailed-units="systemctl list-units --state=failed --user --all"
328fi 330fi
329 331
330# Spotify on high-resolution screens without Gnome 332# Spotify on high-resolution screens without Gnome