diff --git a/bashrc b/bashrc index 849b19a..00a50a9 100755 --- a/bashrc +++ b/bashrc @@ -61,6 +61,8 @@ if iswindows; then export USER=$USERNAME fi +mkdir -p "/tmp/${USER}-tmp" + ####################### iswindows && alias tty="echo cmd.exe"