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;
|
enable = true;
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableVteIntegration = false;
|
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 =
|
bashrcExtra =
|
||||||
''
|
''
|
||||||
export GOPATH="~/go"
|
export GOPATH="~/go"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue