From 5a607c85f28b88300a657b3d17fe46ec76d8a03b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 11 Apr 2026 16:43:23 +0300 Subject: [PATCH] backup: 2026-04-11 16:43 --- alacritty/.config/alacritty/alacritty.toml | 6 +++--- fastfetch/.config/fastfetch/logo.txt | 14 -------------- zsh/.config/zsh/.zshrc | 12 ------------ 3 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 fastfetch/.config/fastfetch/logo.txt diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml index fe9cba4..67bf696 100644 --- a/alacritty/.config/alacritty/alacritty.toml +++ b/alacritty/.config/alacritty/alacritty.toml @@ -1,13 +1,13 @@ [terminal.shell] program = "/usr/bin/zsh" -args = ["-l", "-c", "tmux new-session -A -s main"] +args = ["-l", "-c", "exec tmux new-session -A -s main 'fastfetch; exec zsh -l'"] [window] decorations = "None" # без рамок и заголовка startup_mode = "Maximized" # просто растянутое окно -opacity = 0.98 -padding = { x = 10, y = 5 } +opacity = 0.90 +padding = { x = 10, y = 1 } [font] size = 15.0 diff --git a/fastfetch/.config/fastfetch/logo.txt b/fastfetch/.config/fastfetch/logo.txt deleted file mode 100644 index 237fdac..0000000 --- a/fastfetch/.config/fastfetch/logo.txt +++ /dev/null @@ -1,14 +0,0 @@ - - %%%%%%%%%%%%%% - *%%%%%%%%%%%%%%%%%%@ - %%%%%%%%%%%%%%%%%%%@%% - %%%%%%%%%%%%%%%%%%%%%%%%+ - %%%%%%%% %%%%@@% %%%%%%%% - %%%%:%%% %%%%@% %% %%%*@%%%% - %%% % %% %%% %@ %% @ %%% - %% % % %@% % %% %% % %%% - %%%%%%%% %%%%%%% %%%%@%%%@ - %%%%%%%%%%%%%%%%%@%%%%%@% - %%%%%%@%%%%%%%@%%%%%%% - %%%%%%%%%%%%%%%%%%%% - %%%%%%%%%%%%%% diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 7e3265e..1acde69 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -2,8 +2,6 @@ # Ada's Modular ZSH Configuration # ════════════════════════════════════════════════════════════ -typeset -g POWERLEVEL9K_INSTANT_PROMPT=off - # ═══ Powerlevel10k Instant Prompt ══════════════════════════ # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] @@ -51,16 +49,6 @@ source "${ZSH_CONFIG_DIR}/prompt.zsh" # Настройка промпта [[ ! -f /home/ada/.config/zsh/.p10k.zsh ]] || source /home/ada/.config/zsh/.p10k.zsh -# Показываем fastfetch один раз уже после инициализации prompt'а. -if [[ -o interactive ]]; then - autoload -Uz add-zsh-hook - function _fastfetch_once() { - add-zsh-hook -d precmd _fastfetch_once - command fastfetch - } - add-zsh-hook precmd _fastfetch_once -fi - export NVM_DIR="$HOME/.config/nvm" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm