dotfiles/TERMINAL.SH
Maxi 8ed93ac6e3 new file: MOTD.LINES.MD
new file:   PICTURES/MOTD.PNG
	new file:   PICTURES/START.SVG
	new file:   TERMINAL.ALIASES.SH
	new file:   TERMINAL.MOTD.SH
	new file:   TERMINAL.PROMPT.SH
	new file:   TERMINAL.SH
2025-06-15 00:14:59 +02:00

19 lines
No EOL
592 B
Bash
Executable file

# smallest prompt for obvious reasons.
source ~/.config/maximemelian/terminal.prompt
# aliases to make maximemelians life easier.
source ~/.config/maximemelian/terminal.aliases
# motd to keep maximemelian sane and happy.
source ~/.config/maximemelian/terminal.motd
# enabling zsh history
export HISTFILE=~/.zsh_history # saving in the home directory
export HISTSIZE=100000 # keeping a bunch of entries around
export SAVEHIST=100000
setopt append_history
setopt hist_ignore_dups
setopt hist_ignore_space
setopt hist_verify
setopt hist_save_no_dups