workstation/home.nix | fix historyfile name on console

This commit is contained in:
Don Harper 2023-04-08 20:22:19 -05:00
parent b864e3b41a
commit b855ea2252

View file

@ -117,7 +117,7 @@
enable = true;
enableCompletion = true;
enableVteIntegration = false;
historyFile = "\$\{HOME\}/.bash_history.\${USER}.\$(hostname -s).\$(tty | sed 's?/dev/pts/??')";
historyFile = "\$\{HOME\}/.bash_history.\${USER}.\$(hostname -s).\$(tty | cut -c10-)";
bashrcExtra =
''
export GOPATH="~/go"