Is there a way to make csh save history except in a raw console?
What I tried:
- default (starting) settings of .cshrc
- created a new user
- changed the variable
- SHLVL=1
- completely delete the ~/.history
-
-
- another
While terminal in X, history persists only for the session, when you reboot, the only thing left in the ~/.history is what was entered in the raw console
I don't want to switch to zsh or b*sh(
What I tried:
- default (starting) settings of .cshrc
- created a new user
- changed the variable
environments- SHLVL=1
- completely delete the ~/.history
-
urxvt and xterm with --loginShell/-ls and without-
history -S- another
history, savehist, histfile in ~/.cshrc and unset histfileWhile terminal in X, history persists only for the session, when you reboot, the only thing left in the ~/.history is what was entered in the raw console
I don't want to switch to zsh or b*sh(