This commit is contained in:
Dmitry
2026-02-19 22:10:54 +03:00
parent 8414b662da
commit 28589a2b12
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -48,3 +48,7 @@ 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
. "$HOME/.local/share/../bin/env" . "$HOME/.local/share/../bin/env"
export NVM_DIR="$HOME/.config/nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
+1 -1
View File
@@ -170,8 +170,8 @@ elif command -v zypper &>/dev/null; then
fi fi
# ═══ Прочее ════════════════════════════════════════════════ # ═══ Прочее ════════════════════════════════════════════════
# weather определена как функция в functions.zsh (более полная версия)
alias cheat='curl cheat.sh' alias cheat='curl cheat.sh'
alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date' alias timer='echo "Timer started. Stop with Ctrl-D." && date && time cat && date'
alias lidon='sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target' alias lidon='sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target'
alias lidoff='sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target' alias lidoff='sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target'
alias gemini='NODE_NO_WARNINGS=1 npx @google/gemini-cli'