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"