diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-09-18 15:56:31 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-09-18 15:57:46 +0200 |
commit | b18e29b389792267269c77db711b54d38e6b9d59 (patch) | |
tree | 973ad914da9105cc526df1690cc99dc038fea5e4 /.zshrc |
initial commit
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +CASE_SENSITIVE="false" +HYPHEN_INSENSITIVE="true" +HIST_STAMPS="dd.mm.yyyy" + +export EDITOR=nvim +alias vim=$EDITOR + +alias ls="eza" +alias tree="eza --tree" + +alias ip="ip --color=auto" + +export PATH=$PATH:~/.local/bin |