Displaying 3 results from an estimated 3 matches for "zshenv".
Did you mean:
shenv
2006 Nov 25
2
Windows stuck on top
Hi,
When I run Photoshop CS 8, the pallettes get stuck at the front of every
desktop, even when I minimise the main window. Is there any way to fix this?
--
David Roberts :)
http://kavenc.sf.net/
2008 Jul 29
7
[Bug 1494] New: doesn't look on path for $SHELL
https://bugzilla.mindrot.org/show_bug.cgi?id=1494
Summary: doesn't look on path for $SHELL
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.1p1
Platform: Other
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=49272
8
OS/Version: Linux
Status: NEW
Severity:
2006 Nov 20
10
[Bug 1263] connection sharing often freezes
...s working well in the
past, but for several days (after I updated OpenSSH, in particular),
I've had many problems with it: ssh often freezes. I've tried with two
servers, and I have the same problem with both. For the test, I've used
the following wrapper:
#!/usr/bin/env zsh
source ~/.zshenv
source ~/.zalias
unset DISPLAY
[[ $1 != ay || -e /tmp/ssh-ay.vinc17.org-22-lefevre ]] ||
(echo "Starting master" >&2; ssh -fMNv ay >& ~/master.log)
echo "executing ssh" >&2
ssh -Cvvv "$@"
Note: I use only the -v option for the master since I c...