commit 47eba7fc923ad836aa6b04ba1580595bb92c9248 parent 83a5ac5a10ea0b9a79c9611faf8934568ee35a2d Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sat, 5 Nov 2011 01:59:09 +0100 update PATH Diffstat:
zsh/path | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh/path b/zsh/path @@ -1,5 +1,5 @@ #!/bin/bash -PATH=$PATH:/mnt/tcvol/script:~/DOCUMENTS/REAL_tcvol/script/:~/jeux_win/:~/scripts/:~/scripts/aliases:/sbin:~/apps/openfst-1.2.7/src/bin +PATH=$PATH:/mnt/tcvol/script:~/DOCUMENTS/REAL_tcvol/script/:~/jeux_win/:~/scripts/:~/scripts/aliases:/sbin:/usr/sbin:~/apps/openfst-1.2.7/src/bin export PATH