Lot of Zsh cleanups.

This commit is contained in:
Johannes Findeisen 2024-09-02 02:00:52 +02:00
commit 382af57891
5 changed files with 27 additions and 1613 deletions

12
.env Normal file
View file

@ -0,0 +1,12 @@
# Public environment settings
#
# Example: can be shell compatible stuff like export, alias etc. or just
# define variables like FOO=BAR
#
# You should put private stuff to .penv. It is handled the same way as this
# file but will be ignored by .gitignore.
#
# Extend the $PATH to $HOME/bin and more.
export PATH=$HOME/bin:$HOME/.local/bin/:$HOME/.gem/ruby/3.2.0/bin:$HOME/.android/sdk/platform-tools:$HOME/.cargo/bin:$PATH