mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-15 04:41:19 +02:00
Stripping out anything unused in .oh-my-zsh
This commit is contained in:
parent
28d16ade90
commit
ed2ef5a2b0
22 changed files with 22 additions and 595 deletions
|
|
@ -42,13 +42,10 @@ ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$BG[008]%}%{$fg[black]%} ✰ %{$reset_color%}"
|
|||
#
|
||||
# Convert the home directory to "~"
|
||||
# (Courtesy of Mr. Steve Losh)
|
||||
#෴
|
||||
#
|
||||
|
||||
function collapse_pwd {
|
||||
echo $(pwd | sed -e "s,^$HOME,~,")
|
||||
}
|
||||
|
||||
#
|
||||
# Some Special Characters if you want to swap out the prompts
|
||||
# -----------------------------------------------------------
|
||||
# ✰ ✼ ✪ ✙ ♔ ♘ ♜ ♛ ♚ ♞ ♬ ⏀ ⌦ ⌘ ≫ ⇪ ☩ ☀ ☂ ★ ⚓ Ө β δ Σ Ω μ Δ ↪
|
||||
# ✰ ✼ ✪ ✙ ♔ ♘ ☩ ★
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue