mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
Removing new alias from all four shell configs, going with .desktop file instead.
This commit is contained in:
3
.bashrc
3
.bashrc
@@ -264,9 +264,6 @@ alias tb="nc termbin.com 9999"
|
|||||||
# the terminal rickroll
|
# the terminal rickroll
|
||||||
alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash'
|
alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash'
|
||||||
|
|
||||||
# Open as a web app
|
|
||||||
alias tt="qutebrowser https://my.tastytrade.com/app.html"
|
|
||||||
|
|
||||||
### RANDOM COLOR SCRIPT ###
|
### RANDOM COLOR SCRIPT ###
|
||||||
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
|
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
|
||||||
# Or install it from the Arch User Repository: shell-color-scripts
|
# Or install it from the Arch User Repository: shell-color-scripts
|
||||||
|
|||||||
@@ -237,9 +237,6 @@ alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/mas
|
|||||||
# Mocp must be launched with bash instead of Fish!
|
# Mocp must be launched with bash instead of Fish!
|
||||||
alias mocp="bash -c mocp"
|
alias mocp="bash -c mocp"
|
||||||
|
|
||||||
# Open as a web app
|
|
||||||
alias tt="qutebrowser https://my.tastytrade.com/app.html"
|
|
||||||
|
|
||||||
### RANDOM COLOR SCRIPT ###
|
### RANDOM COLOR SCRIPT ###
|
||||||
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
|
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
|
||||||
# Or install it from the Arch User Repository: shell-color-scripts
|
# Or install it from the Arch User Repository: shell-color-scripts
|
||||||
|
|||||||
@@ -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['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.'"
|
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
|
# TTY Fonts
|
||||||
aliases['bigfont'] = "setfont ter-132b"
|
aliases['bigfont'] = "setfont ter-132b"
|
||||||
aliases['regfont'] = "setfont default8x16"
|
aliases['regfont'] = "setfont default8x16"
|
||||||
|
|||||||
3
.zshrc
3
.zshrc
@@ -238,9 +238,6 @@ alias tb="nc termbin.com 9999"
|
|||||||
# the terminal rickroll
|
# the terminal rickroll
|
||||||
alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash'
|
alias rr='curl -s -L https://raw.githubusercontent.com/keroserene/rickrollrc/master/roll.sh | bash'
|
||||||
|
|
||||||
# Open as a web app
|
|
||||||
alias tt="qutebrowser https://my.tastytrade.com/app.html"
|
|
||||||
|
|
||||||
### RANDOM COLOR SCRIPT ###
|
### RANDOM COLOR SCRIPT ###
|
||||||
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
|
# Get this script from my GitLab: gitlab.com/dwt1/shell-color-scripts
|
||||||
# Or install it from the Arch User Repository: shell-color-scripts
|
# Or install it from the Arch User Repository: shell-color-scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user