added scripts to replace waybar
This commit is contained in:
@@ -7,7 +7,7 @@ VIM="nvim"
|
||||
# Dynamic SSH function for numbered hosts
|
||||
sshto() {
|
||||
if [[ "$1" =~ "^[0-9]+$" ]]; then
|
||||
ssh "root@192.168.1.$1"
|
||||
TERM=xterm-256color ssh "root@192.168.1.$1"
|
||||
else
|
||||
echo "Usage: sshto <number>"
|
||||
echo "Example: sshto 12 → connects to root@192.168.1.12"
|
||||
@@ -23,6 +23,7 @@ alias sshsylvia="ssh root@13.37.7.13"
|
||||
alias htb="sudo openvpn --config /etc/openvpn/client/htb.conf"
|
||||
alias osrs="flatpak run com.jagexlauncher.JagexLauncher"
|
||||
alias vwgermany="ssh -L 8080:localhost:4567 root@13.37.7.42"
|
||||
alias cleanup='sudo pacman -Rs $(pacman -Qdtq)'
|
||||
|
||||
# Navigation & listing
|
||||
alias ls='eza --icons --group-directories-first'
|
||||
|
||||
Reference in New Issue
Block a user