diff --git a/bashrc b/bashrc index e2e5b8c..980c95f 100644 --- a/bashrc +++ b/bashrc @@ -115,6 +115,7 @@ alias :wq="echo don\'t worry, it\'s saved" alias coredir="echo /var/lib/apport/coredump" alias man="man -L fr" alias todo="v $HOME/dev/opt/notes/TODO" +alias kys="shut" # alias avec parametre emoji(){ grep -i $1 ~/documents/emoji; } diff --git a/randoman b/randoman new file mode 100755 index 0000000..796eade --- /dev/null +++ b/randoman @@ -0,0 +1,3 @@ +#!/bin/bash + +man -k . | shuf -n 1 | cut -f1-2 -d' ' | tr ' ' '\0' | xargs man 2>/dev/null