Files
NixOS/other/aliases
Cookiez 54bd19fbc0 - Removed Hyprland.
- Changed to use unstable branch.
- Removed Noctalia.
- Enhanced Stylix configuration. Now targets nothing by default.
2025-12-09 12:40:16 +01:00

32 lines
701 B
Plaintext

#Variables
#----------
# Commands that will be used as aliases for zsh and bash
#----------
# Common commands
#-----
alias py="python3"
alias mcrow="echo 'you better try to use nvim you little shit! :3'"
alias srcals="source $HOME/NixOS/other/aliases && echo 'Sourced Aliases ... successful!'"
alias please="sudo"
alias se="sudoedit"
alias tt="gtypist ktde.typ"
alias neofetch="fastfetch"
# Nix Specific commands
#-----
alias nix-gc="sudo nix-store --gc"
alias nix-clean="sudo nix-store --gc"
alias nix-clear="sudo nix-store --gc"
#KDE Plasma Specific
#-----
alias kde-theme-apply="source $HOME/NixOS/plasma/konsave.sh"
#LaTeX Commands
alias makepdf="makeglossaries main && pdflatex main.tex"