idk exactly

This commit is contained in:
Robin
2025-08-03 12:29:06 +02:00
parent 29d04598d0
commit e3b728ad89
7 changed files with 52 additions and 115 deletions

5
.zshrc
View File

@@ -71,12 +71,11 @@ alias shut="shutdown now"
alias re="reboot"
alias dragon-drop="GDK_BACKEND=x11 dragon-drop"
alias ls="exa"
alias sshserver="ssh -i ~/.ssh/GlaServer00 81.21.121.109"
export EDITOR=nvim
alias switchhack="fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin"
alias moonpi='ssh 192.168.178.35 "SDL_AUDIODRIVER=alsa moonlight-qt stream -1080 -fps 60 --audio-on-host 192.168.178.25 "BigPicture""'
alias ssh='(){ ssh $1 -t tmux;}'
alias ssh_t='(){ ssh $1 -t tmux;}'
alias shutmoonpi='ssh 192.168.178.35 "moonlight-qt quit 192.168.178.25 "BigPicture"; killall moonlight-qt"'
alias sshserver="ssh -i ~/.ssh/GlaServer00 glala@81.21.121.109"
eval "$(fzf --zsh)"
eval "$(zoxide init --cmd cd zsh)"