This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
bashrc mkdir my tmp
pull/1/head
10sr
12 years ago
parent
822023215c
commit
5554415eb3
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
bashrc
+ 2
- 0
bashrc
View File
@@ -61,6 +61,8 @@ if iswindows; then
export USER=$USERNAME
export USER=$USERNAME
fi
fi
mkdir -p "/tmp/${USER}-tmp"
#######################
#######################
iswindows && alias tty="echo cmd.exe"
iswindows && alias tty="echo cmd.exe"
Write
Preview
Loading…
Cancel
Save