workstation/home.nix | fix historyfile name on console
This commit is contained in:
parent
b864e3b41a
commit
b855ea2252
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue