You are not logged in.
It works! Thank you very much!
Offline
It works! Thank you very much!
You're welcome
Where's my sig?
Offline
Hey cytzol, for df why did you decide not to color the Use% when its less than 26 (a guess)?
Offline
My Use% is colored all the way down to 0%. It's in bold white, perhaps you use a font that doesn't have a boldface?
Offline
So its colored white? I keep my text white so I didn't notice difference. Also in cytzol's screenshot its not even white, its just grey like normal text.
Offline
Offline
Yes cytzol and I use the Terminus font (it has no bold in small sizes). I was just concerned about the color.
Offline
great !!!
looks soooo amazing..
its even more intuitive to use the command line tools now
If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is.
Simplicity is the ultimate sophistication.
Offline
It is excellent, I like all the colors!! :-) Just a minor complaint though - by having non-core commands (like screen) the path (autocompletion etc) gets a little cluttered (I know I am a lit paranoid here). Is there a workaround?
Offline
It breaks compiling (at least makepkg, haven't tried without it). Had to remove the cope entry from PATH every time, so I got tired and uninstalled it. Otherwise I liked it.
Last edited by JohannesSM64 (2010-02-12 20:49:28)
Offline
Here is a bash script for complete your installation
#!/bin/bash
for file in /usr/share/perl5/vendor_perl/auto/share/dist/Cope/*
do
echo alias $(ls $file | cut -c51- -)="$file"
done
So after addind string of PATH just start it like
user@user $ skript_name.sh >> ~/.bashrc
Offline
I can't get Cope to work for me, can someone help me out...
I have installed cope-git from the AUR, I have added:
export PATH=/usr/share/perl5/vendor_perl/auto/share/dist/Cope:$PATH
to my ~/.bashrc
$ printenv
confirms that my cope path has been added correctly. I have sourced ~/.bashrc and logged out and back in again to no avail.
I'm just left with with plain white text everywhere, I am using xfce-terminal what am I missing here? How do you get cope working?
Offline
What does `which ip` say? And what's your complete $PATH after the login?
Offline
$ which ip
/usr/share/perl5/vendor_perl/auto/share/dist/Cope/ip
$ printenv
PATH=/usr/share/perl5/vendor_perl/auto/share/dist/Cope:
/usr/local/sbin:
/usr/local/bin:
/usr/bin:
/usr/lib/jvm/default/bin:
/usr/bin/site_perl:
/usr/bin/vendor_perl:
/usr/bin/core_perl
To my eyes (I don't know much though) that looks correct. Is there a command to start it that I need to put into my .xinitrc or autostart file?
Offline
Yeah. That looks very ok and very much the same as at my setup. So you also don't have any color if you execute the perl wrapper script directly (i.e. /usr/share/perl5/vendor_perl/auto/share/dist/Cope/ip)? Is there any error output?
Offline