diff --git a/.bashrc b/.bashrc index f4a5fbd..d237566 100644 --- a/.bashrc +++ b/.bashrc @@ -172,7 +172,8 @@ p Upload to a pastebin (defined in function) return ;; esac -#Y: Where to put the result case ${1:1:1} in + # Y: Where to put the result + case ${1:1:1} in # Save to file f) msgd="file: $destdir/$fname" ;;