feat: Clean up .zshrc
This commit is contained in:
18
zsh/aliases.sh
Normal file
18
zsh/aliases.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
# Utility
|
||||
alias ..='cd ..'
|
||||
alias cls='clear'
|
||||
|
||||
alias vencord='sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"'
|
||||
alias apps='cd ~/.local/share/applications/'
|
||||
|
||||
# SSH
|
||||
alias louis='ssh anton@192.168.178.48'
|
||||
|
||||
# LS
|
||||
alias ls='lsd'
|
||||
alias la='lsd -a'
|
||||
alias ll='lsd -l'
|
||||
|
||||
# WG
|
||||
alias wgon='wg-quick up ~/Downloads/wg0.conf'
|
||||
alias wgoff='wg-quick down ~/Downloads/wg0.conf'
|
||||
Reference in New Issue
Block a user