Skip to content

Instantly share code, notes, and snippets.

View jwldk's full-sized avatar

Jeppe Larsen jwldk

  • Online City
  • Copenhagen
View GitHub Profile
@jwldk
jwldk / go gwapi
Created September 10, 2018 08:26
package main
import (
"fmt"
"io/ioutil"
"log"
"net/http"
"bytes"
)
function v
command vault $argv | pbcopy
end
set -gx LSCOLORS gxfxcxdxbxegedabagacad
set -g theme_color_scheme base16-dark
set -g theme_display_date no
eval (python3 -m virtualfish auto_activation global_requirements)
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish

Keybase proof

I hereby claim:

  • I am jwldk on github.
  • I am jwldk (https://keybase.io/jwldk) on keybase.
  • I have a public key ASCXqI7D70Vd-AinFVCVOFCSiYU0co2-s04CNnYQ6oU97Qo

To claim this, I am signing this object:

# This file is sourced by all *interactive* bash shells on startup. This
# file *should generate no output* or it will break the scp and rcp commands.
alias ld="ls -al -d * | egrep "^d""
alias f="cd ~/src/chef/Frontend"
alias b="cd ~/src/chef/Backend"
# PS1='\[\033[01;32m\]\u@\h \[\033[01;33m\]\W \$ \[\033[00m\]'
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
# Reset
Color_Off="\[\033[0m\]" # Text Reset