Skip to content

Instantly share code, notes, and snippets.

View n3b0r's full-sized avatar

Víctor Guerrero n3b0r

View GitHub Profile
@n3b0r
n3b0r / Custom sorin theme for zprecto
Last active February 9, 2019 14:09
This is a custom setup for Sorin theme for zprezto ZSH framwork
# Screenshot: https://i.imgur.com/yUplymA.png
# Git it's integrated
# Author: vguerrero
# WS: https://vguerrero.com
# @: v @ vguerrero.com
# Code
# Load dependencies.
@n3b0r
n3b0r / Custom sorin theme for zprecto
Created February 9, 2019 11:37
This is a custom setup for Sorin theme por zprezto ZSH framwork
# Load dependencies.
pmodload 'helper'
function prompt_sorin_pwd {
local pwd="${PWD/#$HOME/~}"
if [[ "$pwd" == (#m)[/~] ]]; then
_prompt_sorin_pwd="$MATCH"
unset MATCH
else