Meow
This commit is contained in:
@@ -48,3 +48,7 @@ source "${ZSH_CONFIG_DIR}/prompt.zsh" # Настройка промпта
|
||||
[[ ! -f /home/ada/.config/zsh/.p10k.zsh ]] || source /home/ada/.config/zsh/.p10k.zsh
|
||||
|
||||
. "$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
|
||||
|
||||
@@ -170,8 +170,8 @@ elif command -v zypper &>/dev/null; then
|
||||
fi
|
||||
|
||||
# ═══ Прочее ════════════════════════════════════════════════
|
||||
# weather определена как функция в functions.zsh (более полная версия)
|
||||
alias cheat='curl cheat.sh'
|
||||
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 lidoff='sudo systemctl unmask sleep.target suspend.target hibernate.target hybrid-sleep.target'
|
||||
alias gemini='NODE_NO_WARNINGS=1 npx @google/gemini-cli'
|
||||
|
||||
Reference in New Issue
Block a user