On 21 May 2013, at 14:47, John Chludzinski wrote (with possible deletions):
> When using ksh or bash I typically alias cd to pushd.  When I do that in my
> config.fish file I get an infinite recursion of cd calling pushd calling cd
> calling pushd calling ...

You may find 'command' helpful in such situations:

        http://fishshell.com/docs/2.0/commands.html#command

'command cd' will execute fish's built-in 'cd', regardless of any function
of the same name.

Happy fishing,
   --Torsten

-- 
| Prof. Dr. Torsten Grust
| Database Systems — Universität Tübingen (Germany)
| torsten.gr...@uni-tuebingen.de
| db.inf.uni-tuebingen.de

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to