tty
This commit is contained in:
parent
a425247b6c
commit
13a87ace1b
10
.oh-my-zsh/custom/example.zsh
Normal file
10
.oh-my-zsh/custom/example.zsh
Normal file
@ -0,0 +1,10 @@
|
||||
# You can put files here to add functionality separated per file, which
|
||||
# will be ignored by git.
|
||||
# Files on the custom/ directory will be automatically loaded by the init
|
||||
# script, in alphabetical order.
|
||||
|
||||
# For example: add yourself some shortcuts to projects you often work on.
|
||||
#
|
||||
# brainstormr=~/Projects/development/planetargon/brainstormr
|
||||
# cd $brainstormr
|
||||
#
|
2
.oh-my-zsh/custom/plugins/example/example.plugin.zsh
Normal file
2
.oh-my-zsh/custom/plugins/example/example.plugin.zsh
Normal file
@ -0,0 +1,2 @@
|
||||
# Add your own custom plugins in the custom/plugins directory. Plugins placed
|
||||
# here will override ones with the same name in the main plugins directory.
|
4
.oh-my-zsh/custom/themes/example.zsh-theme
Normal file
4
.oh-my-zsh/custom/themes/example.zsh-theme
Normal file
@ -0,0 +1,4 @@
|
||||
# Put your custom themes in this folder.
|
||||
# Example:
|
||||
|
||||
PROMPT="%{$fg[red]%}%n%{$reset_color%}@%{$fg[blue]%}%m %{$fg[yellow]%}%~ %{$reset_color%}%% "
|
1
.oh-my-zsh/custom/themes/spaceship.zsh-theme
Symbolic link
1
.oh-my-zsh/custom/themes/spaceship.zsh-theme
Symbolic link
@ -0,0 +1 @@
|
||||
/home/tom/.oh-my-zsh/custom/themes/spaceship-prompt/spaceship.zsh-theme
|
20
.zshrc
20
.zshrc
@ -97,3 +97,23 @@ source $ZSH/oh-my-zsh.sh
|
||||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
|
||||
if [ "$TERM" = "linux" ]; then
|
||||
echo -en '\e]P0262c35' #dblack
|
||||
echo -en '\e]P18b5335' #dred
|
||||
echo -en '\e]P2575e36' #dgreen
|
||||
echo -en '\e]P387663e' #dyellow
|
||||
echo -en '\e]P42e485c' #dblue
|
||||
echo -en '\e]P5865a63' #dmagenta
|
||||
echo -en '\e]P6277468' #dcyan
|
||||
echo -en '\e]P7726d56' #dwhite
|
||||
echo -en '\e]P8444f60' #black
|
||||
echo -en '\e]P9da8252' #red
|
||||
echo -en '\e]PA9fab63' #green
|
||||
echo -en '\e]PBd3a061' #yellow
|
||||
echo -en '\e]PC48718f' #blue
|
||||
echo -en '\e]PDb87b87' #magenta
|
||||
echo -en '\e]PE3cb5a3' #cyan
|
||||
echo -en '\e]PFb2aa87' #white
|
||||
clear
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user