aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-19 15:42:04 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-19 15:42:04 +0000
commit9076bc3cf559a89cc667ef3004540f20aae56554 (patch)
treeea9625baefab903be2a1ee574ee5690bc9cbdb6b /.zshrc
parentupdates for gdbinit (diff)
downloadscripts-9076bc3cf559a89cc667ef3004540f20aae56554.tar.gz
scripts-9076bc3cf559a89cc667ef3004540f20aae56554.zip
more updates
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 710aa42..5c6bdcd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -170,6 +170,8 @@ alias inputrc="vim ~/scripts/.inputrc"
alias fixinputrc="cp ~/scripts/.inputrc ~/.inputrc"
alias gdbinit="vim ~/scripts/.gdbinit"
alias fixgdbinit="cp ~/scripts/.gdbinit ~/.gdbinit"
+alias d="docker"
+alias dc="docker-compose"
#autosuggest
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#5f5fff,bg=#000000,bold"