Added VsCode and an alias to edit LaTeX files
This commit is contained in:
@ -8,7 +8,7 @@ alias py="python3"
|
||||
#alias mcrow="sudo micro"
|
||||
alias mcrow="echo 'you better try to use nvim you little shit! :3'"
|
||||
alias srcals="source /etc/nixos/other/aliases && echo 'Sourced Aliases ... successful!'"
|
||||
|
||||
alias please="sudo"
|
||||
|
||||
|
||||
alias neofetch="fastfetch"
|
||||
@ -47,3 +47,6 @@ alias kde-theme-apply="source /etc/nixos/plasma/konsave.sh"
|
||||
alias exit-hyprland="hyprctl dispatch exit"
|
||||
alias hyprland-exit="hyprctl dispatch exit"
|
||||
alias hypr-edit="sudoedit /etc/nixos/other/hyprland.conf"
|
||||
|
||||
#LaTeX Commands
|
||||
alias makepdf="makeglossaries main && pdflatex main.tex"
|
||||
|
||||
Reference in New Issue
Block a user