feat: 🔍 Added lm-studio updater & update command

This commit is contained in:
2025-10-15 17:41:02 +01:00
parent 737eeb516e
commit 195d7f3b06
4 changed files with 867 additions and 194 deletions
+4 -2
View File
@@ -9,7 +9,7 @@ bindkey -v
bindkey "^[[H" beginning-of-line
bindkey "^[[F" end-of-line
bindkey "^[[3~" delete-char
bindkey "^[[3~" delete-char
# Enable colors and change prompt:
autoload -U colors && colors
@@ -17,6 +17,7 @@ PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magent
# time at right hand side
RPROMPT='%F{15}(%F{166}%D{%H:%M}%F{15})%f'
export PATH=$PATH:$HOME/.local/bin
export EDITOR=nvim
export GIT_EDITOR=nvim
@@ -30,6 +31,7 @@ setopt histignorealldups
alias ..='cd ..'
alias la='ls -la'
alias lmstudio='./AppImages/LM-Studio.AppImage'
alias wake_up='cd source/ai_web && ./run.sh & ~/AppImages/LM-Studio.AppImage &'
alias updatepls='sudo dnf update -y && sudo flatpak update -y'
fastfetch