Lot of Zsh cleanups.
This commit is contained in:
parent
322cdc8b43
commit
382af57891
5 changed files with 27 additions and 1613 deletions
12
.env
Normal file
12
.env
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue