Skip to content

Commit

Permalink
[bash_profile] Remove cw wrapper from PATH.
Browse files Browse the repository at this point in the history
Several applications parse the output of commands without specifying the full
path. Color output breaks these applications. Xine and ecryptfs-utils are two
examples of applications where this happens.
  • Loading branch information
mfs committed May 4, 2011
1 parent 2a7b61a commit 1deede9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_profile
@@ -1,6 +1,6 @@
# [cmgr] .bash_profile # [cmgr] .bash_profile


PATH=/usr/lib/cw:$PATH:$HOME/bin PATH=$PATH:$HOME/bin


if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
exec startx exec startx
Expand Down

0 comments on commit 1deede9

Please sign in to comment.