Y
Hacker News
new
|
ask
|
show
|
jobs
by
jesstaa
5592 days ago
Why not just use symlinks for your bookmarks? pushd and popd are also useful.
1 comments
Nick_C
5592 days ago
I got bitten with symlinks for bookmarks. They don't change the PWD to the correct one. For example:
cd /home/nick ln -s /var/www www cd www echo $PWD ---> /home/nick/www
which will break scripts.
link