❦ 18 février 2015 19:38 +0100, bluemorpho <[email protected]> :

> i want to use the alias "icd" for icedove => when run it from the
> shell, it works. But awesomes command prompt doesnt recognizes
> it. (failed to execute child process "icd" (no such file or directory)
>
> => How do i solve that?

There is no shell involved, so it's not possible to use aliases. Use
symlink from a directory in your path:

    cd ~/bin
    ln -s $(which icedove) icd
-- 
Avoid multiple exits from loops.
            - The Elements of Programming Style (Kernighan & Plauger)

--
To unsubscribe, send mail to [email protected].

Reply via email to