diff --git a/oh-my-zsh/.oh-my-zsh/aliases.sh b/oh-my-zsh/.oh-my-zsh/aliases.sh index 157505d..4c854d4 100644 --- a/oh-my-zsh/.oh-my-zsh/aliases.sh +++ b/oh-my-zsh/.oh-my-zsh/aliases.sh @@ -10,5 +10,8 @@ alias vidconvert="ffmpeg -i" alias vim="nvim" alias vi="nvim" +# Shortcuts +alias todo="task" + # Laptop stuff alias setbri="xrandr --output eDP-1 --brightness" diff --git a/oh-my-zsh/.oh-my-zsh/custom/themes/lambda-2.zsh-theme b/oh-my-zsh/.oh-my-zsh/custom/themes/lambda-2.zsh-theme index 79d8408..7f8c1d7 100644 --- a/oh-my-zsh/.oh-my-zsh/custom/themes/lambda-2.zsh-theme +++ b/oh-my-zsh/.oh-my-zsh/custom/themes/lambda-2.zsh-theme @@ -1,7 +1,7 @@ -local ret_status="%(?:%{$fg_bold[white]%}λ :%{$fg_bold[gray]%}λ )" -PROMPT='${ret_status}$(git_prompt_info)' +local ret_status="%(?:%{$fg_bold[white]%}λ :%{$fg_bold[gray]%}λ )%{$reset_color%}" +PROMPT='${ret_status}%c$(git_prompt_info)> %{$reset_color%}' -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}@ " +ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[gray]%}@%{$fg[red]%}" ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[white]%} %{$fg[yellow]%}*" ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[white]%}"