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
This commit is contained in:
maxi 2025-06-15 00:14:59 +02:00
commit 8ed93ac6e3
7 changed files with 183 additions and 0 deletions

19
TERMINAL.SH Executable file
View file

@ -0,0 +1,19 @@
# 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