From d307faeb9a71bbbd8b38cfd05cef29058a02a4d4 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 10 Dec 2024 16:45:50 +0100 Subject: [PATCH] made tio a default feature --- .bashrc | 2 ++ .zshrc | 3 +++ hyprland-eww-wofi-installer.sh | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 6cfd89b..a218073 100644 --- a/.bashrc +++ b/.bashrc @@ -40,6 +40,8 @@ alias cls="clear" alias ssh="kitten ssh" alias ssk="kitten ssh" +alias serial="sudo tio -a latest" + alias t="wd" function y() { diff --git a/.zshrc b/.zshrc index d0b7bc1..48e3235 100755 --- a/.zshrc +++ b/.zshrc @@ -142,6 +142,8 @@ alias cls="clear" alias ssk="kitten ssh" alias ssh="kitten ssh" +alias serial="sudo tio -a latest" + alias t="wd" function y() { @@ -158,3 +160,4 @@ function y() { eval "$(starship init zsh)" fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt + diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index e3d9667..e1697eb 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -20,7 +20,7 @@ sudo systemctl enable NetworkManager.service #AUR list echo "Installing AUR packages" -yay -S hyprland-workspaces +yay -S hyprland-workspaces tio #eww compilation echo "compiling EWW"