mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Changing to a zsh-theme that appears not to suffer from the offset
madness from plain putty
This commit is contained in:
parent
6febdea2df
commit
51f28dfc43
2 changed files with 2 additions and 3 deletions
3
zshrc
3
zshrc
|
|
@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh
|
|||
# Look in ~/.oh-my-zsh/themes/
|
||||
# Optionally, if you set this to "random", it'll load a random theme each
|
||||
# time that oh-my-zsh is loaded.
|
||||
ZSH_THEME="lust"
|
||||
ZSH_THEME="steeef"
|
||||
|
||||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
|
|
@ -93,7 +93,6 @@ alias gdc="gd --cached"
|
|||
alias gg="git lg"
|
||||
alias gcm="git commit -am"
|
||||
alias mk="make"
|
||||
alias v="vim"
|
||||
|
||||
alias ds="dirs -v | head -10"
|
||||
alias d="gd"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue