PROBLEM:
On opening a Terminal, this info appears first:
/home/bumpy/.bash_aliases: line 1: /home/bumpy/.bash_aliases:: No such file or directory
bash: /home/bumpy/.bash_aliases:: No such file or directory
bumpy@bumpyputer:~$
Am using kubuntu 13.04
I've created the following file:
This is my first attempt creating such files - where did I go wrong?
On opening a Terminal, this info appears first:
/home/bumpy/.bash_aliases: line 1: /home/bumpy/.bash_aliases:: No such file or directory
bash: /home/bumpy/.bash_aliases:: No such file or directory
bumpy@bumpyputer:~$
Am using kubuntu 13.04
I've created the following file:
Code:
~/.bash_aliases: DIGIKAMROOT="/root/home/bumpy" alias digikam-dev="KDESYCOCA='$DIGIKAMROOT/var/tmp/kde-neb/ksycoca4' KDE_FORK_SLAVES=1 LD_LIBRARY_PATH='$DIGIKAMROOT/lib64/' KDEDIRS='$DIGIKAMROOT' $DIGIKAMROOT/bin/digikam" #
Comment