backup: 2026-04-11 16:43

This commit is contained in:
Dmitry
2026-04-11 16:43:23 +03:00
parent 9285660f27
commit 5a607c85f2
3 changed files with 3 additions and 29 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
[terminal.shell] [terminal.shell]
program = "/usr/bin/zsh" 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] [window]
decorations = "None" # без рамок и заголовка decorations = "None" # без рамок и заголовка
startup_mode = "Maximized" # просто растянутое окно startup_mode = "Maximized" # просто растянутое окно
opacity = 0.98 opacity = 0.90
padding = { x = 10, y = 5 } padding = { x = 10, y = 1 }
[font] [font]
size = 15.0 size = 15.0
-14
View File
@@ -1,14 +0,0 @@
%%%%%%%%%%%%%%
*%%%%%%%%%%%%%%%%%%@
%%%%%%%%%%%%%%%%%%%@%%
%%%%%%%%%%%%%%%%%%%%%%%%+
%%%%%%%% %%%%@@% %%%%%%%%
%%%%:%%% %%%%@% %% %%%*@%%%%
%%% % %% %%% %@ %% @ %%%
%% % % %@% % %% %% % %%%
%%%%%%%% %%%%%%% %%%%@%%%@
%%%%%%%%%%%%%%%%%@%%%%%@%
%%%%%%@%%%%%%%@%%%%%%%
%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%
-12
View File
@@ -2,8 +2,6 @@
# Ada's Modular ZSH Configuration # Ada's Modular ZSH Configuration
# ════════════════════════════════════════════════════════════ # ════════════════════════════════════════════════════════════
typeset -g POWERLEVEL9K_INSTANT_PROMPT=off
# ═══ Powerlevel10k Instant Prompt ══════════════════════════ # ═══ Powerlevel10k Instant Prompt ══════════════════════════
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n] # 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 [[ ! -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" export NVM_DIR="$HOME/.config/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm