about summary refs log tree commit diff
path: root/profile/.profile.d/20_history.sh
blob: b7f42bc915e1384686243bc07308caec5502dc31 (plain) (blame)
1
2
3
4
#!/bin/sh

export HISTFILE="${XDG_DATA_HOME}/.histfile"
export HISTSIZE=100000

Consider giving Nix/NixOS a try! <3