Skip to content

Instantly share code, notes, and snippets.

@EkoAdiWijayanto
Created December 31, 2015 14:59
Show Gist options
  • Save EkoAdiWijayanto/2ecc032ec153e2cbc075 to your computer and use it in GitHub Desktop.
Save EkoAdiWijayanto/2ecc032ec153e2cbc075 to your computer and use it in GitHub Desktop.
Keep new terminal on last dir
# including this ensures that new gnome-terminal tabs keep the parent `pwd` !
if [ -e /etc/profile.d/vte.sh ]; then
. /etc/profile.d/vte.sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment