This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Time.swift | |
// Playground | |
// | |
// Created by Lukas Machalik on 17/03/15. | |
// Copyright © 2015 Beers&Chill LLC. All rights reserved. | |
// | |
// Examples: | |
// let duration = 100.milliseconds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Thanks to https://dotfiles.github.io/ | |
# If not running interactively, don't do anything | |
[ -z "$PS1" ] && return | |
### EXPORTS ### | |
# PATH | |
export PATH=$PATH:/Users/machl/bin:/Applications/Postgres.app/Contents/Versions/latest/bin/ |