diff options
author | mail_redacted_for_web | 2022-03-24 09:06:01 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-24 09:06:01 +0100 |
commit | 5da59c47bdcdd5f68e1a9429f42ead2e60a5a8dc (patch) | |
tree | 01b68cd8e1e1d7aac6a573d4c32eb9a8bce6e394 /.bash/aliases.bash | |
parent | 4cf81cc3728df471e50e5aea7a3a92772650109d (diff) | |
download | dotfiles-5da59c47bdcdd5f68e1a9429f42ead2e60a5a8dc.tar.bz2 |
make initial dirmngr launch silent
Diffstat (limited to '.bash/aliases.bash')
-rw-r--r-- | .bash/aliases.bash | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.bash/aliases.bash b/.bash/aliases.bash index 760a3c4..eb83e6d 100644 --- a/.bash/aliases.bash +++ b/.bash/aliases.bash @@ -19,7 +19,6 @@ alias scredit='gimp "${SCRSHDIR}/$(ls -rt1 $SCRSHDIR/|tail -n1)"' alias scrview='pqiv -i "${SCRSHDIR}/$(ls -rt1 $SCRSHDIR/|tail -n1)"' alias fuck='sudo $(history -p \!\!)' alias x509-out='openssl x509 -text -certopt no_version,no_pubkey,no_sigdump,no_aux,no_header -noout -in' -alias psgrep='ps -fp "$(pgrep -d, -x ssh-agent)"' # ----- CHOO CHOO ----- # if command -v sl >/dev/null;then alias sl='sl -e' |