2024-09-02 02:00:52 +02:00
|
|
|
# Public environment settings
|
|
|
|
|
#
|
|
|
|
|
# Example: can be shell compatible stuff like export, alias etc. or just
|
|
|
|
|
# define variables like FOO=BAR
|
|
|
|
|
#
|
2025-07-23 01:25:04 +02:00
|
|
|
# You should put private stuff to .penv. It is handled the same way as this
|
2024-09-02 02:00:52 +02:00
|
|
|
# file but will be ignored by .gitignore.
|
|
|
|
|
#
|
|
|
|
|
|
2025-07-23 01:25:04 +02:00
|
|
|
# History settings
|
|
|
|
|
HISTSIZE=100000
|
|
|
|
|
SAVEHIST=100000
|
|
|
|
|
HISTFILE=~/.zsh_history
|
|
|
|
|
|
2024-09-02 02:00:52 +02:00
|
|
|
# Extend the $PATH to $HOME/bin and more.
|
2025-05-11 13:30:03 +02:00
|
|
|
#export PATH=$HOME/bin:$HOME/.local/bin/:$HOME/.gem/ruby/3.4.0/bin:$HOME/.android/sdk/platform-tools:$HOME/.cargo/bin:$PATH
|
2024-09-02 02:00:52 +02:00
|
|
|
|