Skip to content

Instantly share code, notes, and snippets.

View philFernandez's full-sized avatar

Phil Fernandez philFernandez

  • Cal.net Inc.
  • California
  • 13:52 (UTC -07:00)
View GitHub Profile

Keyboard Shortcuts

ZSH

Function Shortcut
Open command in $EDITOR Ctrl+x Ctrl+e

Ranger

Function Shortcut
@philFernandez
philFernandez / philthy.zsh-theme
Last active November 8, 2021 11:41
A theme for oh-my-zsh called philthy.
#
# Requires a nerdfont compatible font to display properly
#
# https://github.com/ryanoasis/nerd-fonts
#
#
function last_two_dir {
# if we're at ~/ just display ~
if [ $PWD = $HOME ]; then
echo '%c'
@philFernandez
philFernandez / README.md
Created January 22, 2018 05:46 — forked from hofmannsven/README.md
My simply Git Cheatsheet