Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2017-02-01 03:55:50 +0300
committerDaniel Hansson <daniel@techandme.se>2017-02-01 03:55:50 +0300
commitbaa9d6e7974a90e93d88722d33b2fce5a9911980 (patch)
tree5e145aae6b74cc15177705edd6b298f04b503e6b /static/history.sh
parent006fc3c8e4cffc25a8630d78b03525c53eedcc97 (diff)
change PATH variable
Diffstat (limited to 'static/history.sh')
-rw-r--r--static/history.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/history.sh b/static/history.sh
index b57ab4e1..0d4a3e32 100644
--- a/static/history.sh
+++ b/static/history.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-cat /dev/null > ~/.bash_history
+cat /dev/null > $HOME/.bash_history
exit 0