worf: Add texlive, remove gs, ++

This commit is contained in:
2023-11-02 11:14:28 +01:00
committed by Felix Albrigtsen
parent 9658589c65
commit a2e1f43902
3 changed files with 41 additions and 23 deletions

View File

@@ -37,6 +37,7 @@
# Autocomplete ../
zstyle ':completion:*' special-dirs true
export PATH="$HOME/.config/emacs/bin:$PATH"
unalias "gs"
'';
shellAliases = {
@@ -52,6 +53,7 @@
gcm = "git commit -m";
gps = "git push";
gpl = "git pull";
"git clone git clone" = "git clone";
};
};