aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorDaniil Rozanov <dev@drozanov.info>2024-11-13 00:30:23 +0400
committerDaniil Rozanov <dev@drozanov.info>2024-11-13 00:30:23 +0400
commit1fd98796b9756235968329d6f90f8eaeef15fde6 (patch)
tree085f9996a5a1d4d265d666dda798a6df8e833282 /zsh
parent056efe4b5af41ad23426b9fb78b23d235b7e373f (diff)
dot- instead of hidden files
Diffstat (limited to 'zsh')
-rw-r--r--zsh/dot-config/zsh/aliases.zsh (renamed from zsh/.config/zsh/aliases.zsh)0
-rw-r--r--zsh/dot-config/zsh/bindings.zsh (renamed from zsh/.config/zsh/bindings.zsh)0
-rw-r--r--zsh/dot-config/zsh/dot-zshrc (renamed from zsh/.config/zsh/.zshrc)0
-rw-r--r--zsh/dot-config/zsh/functions.zsh (renamed from zsh/.config/zsh/functions.zsh)0
-rw-r--r--zsh/dot-config/zsh/plugins.zsh (renamed from zsh/.config/zsh/plugins.zsh)0
-rw-r--r--zsh/dot-config/zsh/prompt.zsh (renamed from zsh/.config/zsh/prompt.zsh)0
-rw-r--r--zsh/dot-zshenv (renamed from zsh/.zshenv)3
7 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.config/zsh/aliases.zsh b/zsh/dot-config/zsh/aliases.zsh
index 937dffc..937dffc 100644
--- a/zsh/.config/zsh/aliases.zsh
+++ b/zsh/dot-config/zsh/aliases.zsh
diff --git a/zsh/.config/zsh/bindings.zsh b/zsh/dot-config/zsh/bindings.zsh
index 82a4fd3..82a4fd3 100644
--- a/zsh/.config/zsh/bindings.zsh
+++ b/zsh/dot-config/zsh/bindings.zsh
diff --git a/zsh/.config/zsh/.zshrc b/zsh/dot-config/zsh/dot-zshrc
index e2a13bd..e2a13bd 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/dot-config/zsh/dot-zshrc
diff --git a/zsh/.config/zsh/functions.zsh b/zsh/dot-config/zsh/functions.zsh
index e854a4a..e854a4a 100644
--- a/zsh/.config/zsh/functions.zsh
+++ b/zsh/dot-config/zsh/functions.zsh
diff --git a/zsh/.config/zsh/plugins.zsh b/zsh/dot-config/zsh/plugins.zsh
index 177835a..177835a 100644
--- a/zsh/.config/zsh/plugins.zsh
+++ b/zsh/dot-config/zsh/plugins.zsh
diff --git a/zsh/.config/zsh/prompt.zsh b/zsh/dot-config/zsh/prompt.zsh
index 3e74427..3e74427 100644
--- a/zsh/.config/zsh/prompt.zsh
+++ b/zsh/dot-config/zsh/prompt.zsh
diff --git a/zsh/.zshenv b/zsh/dot-zshenv
index 270817e..82356e0 100644
--- a/zsh/.zshenv
+++ b/zsh/dot-zshenv
@@ -3,6 +3,9 @@ export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config}
export XDG_CACHE_HOME=${XDG_CACHE_HOME:-$HOME/.cache}
export XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share}
+# PATH
+export PATH=$HOME/.cargo/bin/:$PATH
+
# ZSH config dir
export ZDOTDIR=$XDG_CONFIG_HOME/zsh