aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-26 15:05:37 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-26 15:05:37 +0700
commit76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5 (patch)
tree31dd8ee7fc4325f621c47a905b0d4eb2c77a77e6 /nixos
parenta6d13025b22c949342a6dc619e7d0cfe5ddb9dcc (diff)
downloaddotfiles-76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5.tar.gz
Update in the name of Christ
Diffstat (limited to 'nixos')
-rw-r--r--nixos/.bashrc3
-rw-r--r--nixos/.profile1
2 files changed, 2 insertions, 2 deletions
diff --git a/nixos/.bashrc b/nixos/.bashrc
index c05cab9..520193d 100644
--- a/nixos/.bashrc
+++ b/nixos/.bashrc
@@ -13,8 +13,7 @@ HISTCONTROL=ignoreboth
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
-HISTSIZE=32767
-HISTFILESIZE=65536
+HISTSIZE=-1
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
diff --git a/nixos/.profile b/nixos/.profile
index 9de9eb7..a66f90e 100644
--- a/nixos/.profile
+++ b/nixos/.profile
@@ -10,6 +10,7 @@
export PATH="$HOME/.local/bin:$PATH"
export MANPATH="$HOME/.local/share/man:$MANPATH"
+export GOPATH="$HOME/.local/share/go"
export XMODIFIERS=@im=ibus
export QT_IM_MODULE=ibus
export QT_QPA_PLATFORMTHEME=qt5ct