Skip to content

Instantly share code, notes, and snippets.

@yugoslavskiy
yugoslavskiy / sublime_clean
Last active April 26, 2016 01:19 — forked from gerardroche/sublime-clean
Script to clean Sublime Text 3 caches, sessions and workspaces
#!/bin/sh
# original file:
# https://gist.github.com/gerardroche/6e46cbdf8da19a39f9da
set -e
unset CDPATH
unset IFS
[ $( uname -s ) = "Darwin" ] && ST3_PATH=~/Library/Application\ Support/Sublime\ Text\ 3