Installed shells (/etc/shells: valid login shells): cat /etc/shells Change login shell: chsh
Example: Installing zsh ("a shell with lots of features"): sudo apt-get install zsh Valid shells: cat /etc/shells => ... /bin/zsh /usr/bin/zsh ... Changing: chsh -s /bin/zsh Log out & Log in The terminal (konsole at here) is starting with the history, defaults are( .zshrc): # Keep 1000 lines of history within the shell and save it to ~/.zsh_history: HISTSIZE=1000 SAVEHIST=1000 HISTFILE=~/.zsh_history -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/725327 Title: bash 4.2 does not save history (~/.bash_history) when using close window -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs