🔧 More notes, more alias
This commit is contained in:
parent
37f3751598
commit
bf70101503
2 changed files with 7 additions and 1 deletions
4
aliases
4
aliases
|
|
@ -45,7 +45,8 @@ alias {leet,leetcode}="cd ~/Documents/Code/leetcode/ && ls"
|
||||||
alias zsaves="cd ~/Zomboid/Saves/Sandbox/ && ls"
|
alias zsaves="cd ~/Zomboid/Saves/Sandbox/ && ls"
|
||||||
alias logs="cd /var/log && ls"
|
alias logs="cd /var/log && ls"
|
||||||
alias llama="cd ~/.local/share/llama.cpp && ./llama.sh ; cd"
|
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 wtuts="cd ~/Documents/Code/web_tutorials && ls"
|
||||||
alias btuts="cd ~/Documents/Code/book_tutorials && ls"
|
alias btuts="cd ~/Documents/Code/book_tutorials && ls"
|
||||||
alias fonts="fc-list"
|
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 {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 {tootnb,mastnb}="cd ~/.config/newsboat && /usr/bin/cp $HOME/.config/newsboat/mastodon_urls $HOME/.config/newsboat/urls && newsboat"
|
||||||
alias rt="rtorrent"
|
alias rt="rtorrent"
|
||||||
|
alias rt-rs="doas rm -r watch session && mkdir watch session"
|
||||||
alias slink="streamlink"
|
alias slink="streamlink"
|
||||||
alias {office,onlyoffice}="desktopeditors"
|
alias {office,onlyoffice}="desktopeditors"
|
||||||
alias {epub,fbreader}="gobble FBReader"
|
alias {epub,fbreader}="gobble FBReader"
|
||||||
|
|
|
||||||
|
|
@ -144,4 +144,8 @@ git push origin main
|
||||||
|
|
||||||
This will revert it back to the previous commit
|
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>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue