Created
December 31, 2015 14:59
-
-
Save EkoAdiWijayanto/2ecc032ec153e2cbc075 to your computer and use it in GitHub Desktop.
Keep new terminal on last dir
This file contains 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
# 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