Fix zshrc and prompt.
This commit is contained in:
parent
b912a0879d
commit
7385ca2085
@ -17,6 +17,7 @@ function symlink_dotfiles() {
|
||||
for filename in *; do
|
||||
local link_destination="$HOME/.$filename"
|
||||
local absolute_path="$($readlink_command -f $filename)"
|
||||
[[ -a $link_destination ]] && mv $link_destination ~/.dotfiles-backups
|
||||
ln -si $absolute_path $link_destination
|
||||
done
|
||||
}
|
||||
|
@ -11,7 +11,6 @@ autoload -U edit-command-line
|
||||
zle -N edit-command-line
|
||||
bindkey '\C-x\C-e' edit-command-line
|
||||
|
||||
local
|
||||
|
||||
function current_directory() {
|
||||
local PWD=$(pwd)
|
||||
@ -27,4 +26,4 @@ function git_prompt_info () {
|
||||
fi
|
||||
}
|
||||
|
||||
PROMPT="%{$FG[040]%}%n%{$reset_color%} %{$FG[239]%}at%{$reset_color%} %{$FG[033]%}$(hostname -s)%{$reset_color%} %{$FG[239]%}in%{$reset_color%} %{$terminfo[bold]$FG[226]%}\$(current_directory)%{$reset_color%}\$(git_prompt_info) %{$FG[239]%}with \$(colored_sandbox_string)%{$FG[255]%} "
|
||||
PROMPT="%{$FG[040]%}%n%{$reset_color%} %{$FG[239]%}at%{$reset_color%} %{$FG[033]%}$(hostname -s)%{$reset_color%} %{$FG[239]%}in%{$reset_color%} %{$terminfo[bold]$FG[226]%}$(current_directory)%{$reset_color%}$(git_prompt_info) %{$FG[239]%}with $(colored_sandbox_string)%{$FG[255]%} "
|
||||
|
Loading…
Reference in New Issue
Block a user