Skip to content

Commit

Permalink
set working directory to HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Nicklas committed Mar 21, 2017
1 parent f697ce6 commit 23c0e50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

Bugfixes:

- set working directory to `$HOME`

## 0.0.1 (2016-12-20)

Initial release!
3 changes: 3 additions & 0 deletions template/xstartup
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ FVWM_ROOT="${FVWM_ASSETS_ROOT}" "${FVWM_ASSETS_ROOT}/fvwm_wrapper" -f "${ROOT}/f
# Load the Paraview module
module load ${PARAVIEW_MODULE}

# Set working directory to home directory
cd "${HOME}"

#
# Start Paraview
#
Expand Down

0 comments on commit 23c0e50

Please sign in to comment.