Removing new alias from all four shell configs, going with .desktop file instead.

This commit is contained in:
Derek Taylor
2026-01-19 18:53:14 -06:00
parent 266dff0f66
commit bf519d5542
4 changed files with 0 additions and 12 deletions

View File

@@ -124,9 +124,6 @@ aliases['tobash'] = f"chsh {user} -s /bin/bash && echo 'Log out and log back in.
aliases['tozsh'] = f"chsh {user} -s /bin/zsh && echo 'Log out and log back in.'"
aliases['tofish'] = f"chsh {user} -s /bin/fish && echo 'Log out and log back in.'"
# Open as a web app
aliases['tt'] = "qutebrowser https://my.tastytrade.com/app.html"
# TTY Fonts
aliases['bigfont'] = "setfont ter-132b"
aliases['regfont'] = "setfont default8x16"