From e96505b395d5cea1175c5b1aa7a3d6c0693bc456 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 16 Jun 2020 23:08:54 -0400 Subject: Fix doas check --- home/.shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.shrc b/home/.shrc index 2161ca89..65dda9da 100644 --- a/home/.shrc +++ b/home/.shrc @@ -15,7 +15,7 @@ alias gc='git commit' gca='gc --amend' gt='git tag' alias gp='git push' gu='git pull' gf='git fetch' alias rand='openssl rand -base64 33' alias private='eval "$(gpg -d ~/.private)"' -type doas >/dev/null && alias sudo=doas +type doas 2>/dev/null && alias sudo=doas cd() { if [ $# -eq 0 ]; then -- cgit 1.4.1 his commit dontfiles
summary refs log tree commit diff
path: root/bin/Makefile (unfollow)
Commit message (Expand)Author
2019-05-30Simplify and build bitJune McEnroe
2019-05-29Add xx -p optionJune McEnroe
2019-05-27Add FrontierJune McEnroe
2019-05-27Break nicks with ZWNJJune McEnroe
2019-05-26Add DawnJune McEnroe
2019-05-20Declare vasprintf(3) for GNUJune McEnroe
2019-05-20Fix comparison warning in ttpreJune McEnroe
2019-05-20Add AuthorityJune McEnroe
2019-05-19Specify precedence of unary versions of operatorsJune McEnroe
2019-05-18Add compound assignment operators to orderJune McEnroe
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
2019-05-10Use val instead of suboptargJune McEnroe
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe