🔧 More notes, more alias

This commit is contained in:
z3rOR0ne 2024-09-08 08:54:44 -07:00
parent 37f3751598
commit bf70101503
2 changed files with 7 additions and 1 deletions

View file

@ -45,7 +45,8 @@ alias {leet,leetcode}="cd ~/Documents/Code/leetcode/ && ls"
alias zsaves="cd ~/Zomboid/Saves/Sandbox/ && ls"
alias logs="cd /var/log && ls"
alias llama="cd ~/.local/share/llama.cpp && ./llama.sh ; cd"
alias lmstudio="gobble firejail --net=none --noprofile /opt/lmstudio-appimage/lmstudio-appimage.AppImage"
# alias lmstudio="gobble firejail --net=none --noprofile /opt/lmstudio-appimage/lmstudio-appimage.AppImage"
alias lmstudio="gobble /opt/lmstudio-appimage/lmstudio-appimage.AppImage"
alias wtuts="cd ~/Documents/Code/web_tutorials && ls"
alias btuts="cd ~/Documents/Code/book_tutorials && ls"
alias fonts="fc-list"
@ -291,6 +292,7 @@ alias {ynb,nb-y}="/usr/bin/cp $HOME/.config/newsboat/yt_urls $HOME/.config/newsb
alias {rnb,nb-r}="cd ~/.config/newsboat && /usr/bin/cp $HOME/.config/newsboat/reddit_urls $HOME/.config/newsboat/urls && newsboat"
alias {tootnb,mastnb}="cd ~/.config/newsboat && /usr/bin/cp $HOME/.config/newsboat/mastodon_urls $HOME/.config/newsboat/urls && newsboat"
alias rt="rtorrent"
alias rt-rs="doas rm -r watch session && mkdir watch session"
alias slink="streamlink"
alias {office,onlyoffice}="desktopeditors"
alias {epub,fbreader}="gobble FBReader"

View file

@ -144,4 +144,8 @@ git push origin main
This will revert it back to the previous commit
## DELETE A LOCAL AND REMOTE BRANCH
git branch -d <branch_name>
git push <remote_name> :<branch_name>