clear out & tidy ready for Omarchy migration
This commit is contained in:
-37
@@ -1,37 +0,0 @@
|
||||
HISTFILE=~/.config/zsh/.histfile
|
||||
HISTSIZE=5000
|
||||
SAVEHIST=100000
|
||||
setopt autocd extendedglob
|
||||
unsetopt beep
|
||||
|
||||
bindkey -v
|
||||
|
||||
|
||||
bindkey "^[[H" beginning-of-line
|
||||
bindkey "^[[F" end-of-line
|
||||
bindkey "^[[3~" delete-char
|
||||
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
export EDITOR=nvim
|
||||
export GIT_EDITOR=nvim
|
||||
|
||||
# Fixing zsh history problems on multiple terminals
|
||||
setopt inc_append_history
|
||||
setopt share_history
|
||||
setopt histignorealldups
|
||||
|
||||
# Alias: general
|
||||
alias ..='cd ..'
|
||||
alias la='ls -la'
|
||||
|
||||
alias wake_up='cd source/ai_web && ./run.sh >/dev/null 2>&1 & ~/AppImages/LM-Studio.AppImage >/dev/null 2>&1 &'
|
||||
alias kill_ai='pkill -f "open-webui" && pkill -f "LM-Studio"'
|
||||
|
||||
alias mklink='ln -s "$(pwd)" ~/$(basename "$(pwd)")'
|
||||
|
||||
alias merlin='(cd ~/source/merlin && uv run merlin) && cd ~'
|
||||
alias vlc_web='vlc --http-host=0.0.0.0 --http-port=6080 --http-password=banana'
|
||||
alias update_mp3='rsync -av /home/devin/music/ /run/media/devin/3761-3261'
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
fastfetch
|
||||
Reference in New Issue
Block a user