Why make it harder ?
This commit is contained in:
parent
6cfa665f62
commit
7ffb66f466
1 changed files with 1 additions and 1 deletions
2
bashrc
2
bashrc
|
@ -370,7 +370,7 @@ function xournal() {
|
|||
function mutt() {
|
||||
if [ $# -eq 0 ]; then
|
||||
if [ "$(pidof mutt)" ]; then
|
||||
echo -e "Mutt already running !\nLaunch it with -R !"
|
||||
/usr/bin/mutt -R
|
||||
else
|
||||
/usr/bin/mutt
|
||||
fi;
|
||||
|
|
Loading…
Reference in a new issue