diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 19:43:11 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 19:45:26 +0200 |
commit | 7b9400b9453a63477d17ad212afba5b5644ae6d3 (patch) | |
tree | 51d5db3356942501cafeb6195234908297625c91 /modules/by-name/zs/zsh/config | |
parent | refactor(modules/legacy/conf/zsh): Modernize module (diff) | |
download | nixos-config-7b9400b9453a63477d17ad212afba5b5644ae6d3.zip |
refactor(modules/legacy/conf/zsh): Parameterize and move to new `by-name`
Diffstat (limited to '')
-rw-r--r-- | modules/by-name/zs/zsh/config/command_not_found.sh (renamed from modules/home.legacy/conf/zsh/config/command_not_found.sh) | 0 | ||||
-rw-r--r-- | modules/by-name/zs/zsh/config/command_not_found_insult.sh (renamed from modules/home.legacy/conf/zsh/config/command_not_found_insult.sh) | 0 | ||||
-rw-r--r-- | modules/by-name/zs/zsh/config/custom_cursor.zsh (renamed from modules/home.legacy/conf/zsh/config/custom_cursor.zsh) | 0 | ||||
-rw-r--r-- | modules/by-name/zs/zsh/config/zsh-init.zsh (renamed from modules/home.legacy/conf/zsh/config/zsh-init.zsh) | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/modules/home.legacy/conf/zsh/config/command_not_found.sh b/modules/by-name/zs/zsh/config/command_not_found.sh index fb21b676..fb21b676 100644 --- a/modules/home.legacy/conf/zsh/config/command_not_found.sh +++ b/modules/by-name/zs/zsh/config/command_not_found.sh diff --git a/modules/home.legacy/conf/zsh/config/command_not_found_insult.sh b/modules/by-name/zs/zsh/config/command_not_found_insult.sh index 5126845a..5126845a 100644 --- a/modules/home.legacy/conf/zsh/config/command_not_found_insult.sh +++ b/modules/by-name/zs/zsh/config/command_not_found_insult.sh diff --git a/modules/home.legacy/conf/zsh/config/custom_cursor.zsh b/modules/by-name/zs/zsh/config/custom_cursor.zsh index 37390c1c..37390c1c 100644 --- a/modules/home.legacy/conf/zsh/config/custom_cursor.zsh +++ b/modules/by-name/zs/zsh/config/custom_cursor.zsh diff --git a/modules/home.legacy/conf/zsh/config/zsh-init.zsh b/modules/by-name/zs/zsh/config/zsh-init.zsh index cd8d34a9..cd8d34a9 100644 --- a/modules/home.legacy/conf/zsh/config/zsh-init.zsh +++ b/modules/by-name/zs/zsh/config/zsh-init.zsh |