added alot

This commit is contained in:
Robin
2026-03-21 19:18:13 +01:00
parent 532cf4542e
commit bea73aac6b
21 changed files with 129 additions and 1030 deletions

5
.zshrc
View File

@@ -62,12 +62,13 @@ alias cls="clear"
alias femboy="echo '$USER is a femboy'"
alias shut="shutdown now"
alias re="reboot"
alias ls="exa"
alias ls="exa --icons"
alias switchhack="fusee-nano ~/Downloads/switchhack/hekate_ctcaer_6.3.0.bin"
alias ssh_t='(){ ssh $1 -t tmux;}'
alias sshserver="ssh -i ~/.ssh/GlaServer00 glala@81.21.120.94"
alias rmnixcache="sudo nix-collect-garbage --delete-older-than 1d"
alias rmnixcache="sudo nix-collect-garbage --delete-older-than 1d; rm -r ~/.cache/oh-my-posh/"
alias open="xdg-open"
alias fastfetch="fastfetch --logo-type kitty-icat --logo Pictures/pfp/34e6caa11e82b467927591f71096323c.jpg --logo-width 30 --logo-height 30"
eval "$(fzf --zsh)"
eval "$(zoxide init --cmd cd zsh)"