Skip to content

Instantly share code, notes, and snippets.

View hal0thane's full-sized avatar
💭
Counting the microseconds until the apocalypse

BH hal0thane

💭
Counting the microseconds until the apocalypse
View GitHub Profile
@hal0thane
hal0thane / gist:141691
Created July 6, 2009 21:26 — forked from defunkt/gist:132456
MAJOR overhaul with per-tty saving and logout autosave
#!/usr/bin/env bash
# Bash snippet to open new shells in most recently visited dir.
# Useful if you want to open a new terminal tab at the present
# tab's location.
# Put this in your .bash_logout ONLY!
# At logout, remember the PWD, and switch there on next login