change directory when closing curses program

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fabian Braennstroem

    #1

    change directory when closing curses program

    Hi,

    I am using lfm, a curses based file manager, and want to
    change into the last directory of my lfm-session after
    closing it. To be more clear:

    1) run lfm from console in the home directory ~
    2) move to ~/something
    3) close lfm
    4) be in ~/something on the console

    Is that possible in any way? lfm uses a bash-function for this
    purpose , which does not work in tcsh ... :-(

    Greetings!
    Fabian

Working...