mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Improved the logging library so you are informed of any errors, and moved the archblue theme to default.zsh-theme.
This commit is contained in:
parent
d4545c7a9c
commit
3072b06211
4 changed files with 16 additions and 14 deletions
|
|
@ -2,8 +2,20 @@
|
|||
|
||||
autoload omz
|
||||
|
||||
zstyle :omz:style theme "arch-blue"
|
||||
plugins=(archlinux git sprunge tmux)
|
||||
|
||||
plugins=(archlinux sprunge git github)
|
||||
zstyle :omz:style theme default
|
||||
zstyle ':omz:plugins:*' autostart on
|
||||
# Comment out the following line if you wish for every z shell.
|
||||
zstyle :omz:plugins:tmux autostart off
|
||||
# cmd, t irc will launch irssi inside a tmux session named irc.
|
||||
# dir, t code will launch a shell inside of tmux in $HOME/code.
|
||||
zstyle :omz:plugins:tmux:cmd irc irssi
|
||||
zstyle :omz:plugins:tmux:dir code $HOME/code
|
||||
|
||||
# Initiate all omz awesomeness!
|
||||
omz init
|
||||
# All *.zsh in .omz are sourced too, example you can put your
|
||||
# custom aliases in that file.
|
||||
|
||||
# vim: ft=zsh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue