aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-01-30 15:06:45 +0000
committerterminaldweller <thabogre@gmail.com>2022-01-30 15:06:45 +0000
commit4818098e614f4ef30a322601f932923a46c31207 (patch)
treeba0daae70ac437e2b30e3008c3c41b72c7e2ad35 /.zshrc
parentupdates (diff)
downloadscripts-4818098e614f4ef30a322601f932923a46c31207.tar.gz
scripts-4818098e614f4ef30a322601f932923a46c31207.zip
updates
Diffstat (limited to '')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 9dd2df1..2d1a5dd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -189,6 +189,8 @@ alias bashrc="vim ~/scripts/.bashrc"
alias fixbashrc="cp ~/scripts/.bashrc ~/"
alias offlineimaprc="vim ~/scripts/.offlineimaprc"
alias fixofflineimaprc="cp ~/scripts/.offlineimaprc ~/"
+alias screenrc="vim ~/scripts/.screenrc"
+alias fixscreenrc="cp ~/scripts/.screenrc ~/"
#autosuggest
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#5f5fff,bg=#000000,bold"