Browse Source

Use /tmp, not /var/tmp

At least on Fedora this is tmpfs
Alois Mahdal 10 years ago
parent
commit
15ab9f6b50
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/bash/main.bashrc

+ 1
- 1
dotfiles/bash/main.bashrc View File

@@ -49,7 +49,7 @@ alias grepr='grep -nr . --exclude-dir=".git" -e '
49 49
 alias sc='se --direction=encz.cz'
50 50
 alias lsblk='lsblk -o +UUID,LABEL'
51 51
 
52
-RV_TMP="/var/tmp/bash-rv"
52
+RV_TMP="/tmp/bash-rv"
53 53
 mkdir -p "$RV_TMP"
54 54
 
55 55
 ### ...... ###