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
iswindows -> iscygwin
pull/1/head
10sr
13 years ago
parent
f50705bbdb
commit
17475d1386
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
.bashrc
+ 2
- 2
.bashrc
View File
@@ -84,7 +84,7 @@ gitls(){
done
}
catclip(){
if iswin
dows
if is
cyg
win
then
cat /dev/clipboard | tr -d \\r
else
@@ -92,7 +92,7 @@ catclip(){
fi
}
setclip(){
if iswin
dows
if is
cyg
win
then
if test $# -eq 0
then
Write
Preview
Loading…
Cancel
Save