Compare View

switch
from
...
to
 
Commits (3)

Changes

Showing 2 changed files Side-by-side Diff

dotfiles/bash_aliases.sh
... ... @@ -66,6 +66,13 @@ alias n="nano"
66 66 alias p="python"
67 67 alias ports="netstat -tulanp"
68 68  
  69 +# Proxmox PCT (LXC):
  70 +alias pcl="pct list"
  71 +alias pce="pct enter"
  72 +alias pch="pct help"
  73 +alias pcs="pct stop"
  74 +alias pcsta="pct start"
  75 +
69 76 alias tt="touch"
70 77  
71 78 # OpenVZ:
repos/robbyrussell/oh-my-zsh/themes/robbyrussell.zsh-theme
1   -local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)"
2   -PROMPT='${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
  1 +local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
  2 +PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)'
3 3  
4   -ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
5   -ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
6   -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
  4 +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}"
  5 +ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
  6 +ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗"
7 7 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"