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
execute xrandr when load
pull/1/head
10sr
13 years ago
parent
a08ac0a166
commit
983d913fb8
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.bashrc
+ 3
- 0
.bashrc
View File
@@ -331,6 +331,9 @@ echo "Japanese letters are 表示可能"
safe-cmd diskinfo
safe-cmd diskinfo
type xrandr >/dev/null 2>&1 && {
xrandr | grep --color=never ^Screen
}
safe-cmd finger $USER
safe-cmd finger $USER
LANG=C safe-cmd id
LANG=C safe-cmd id
Write
Preview
Loading…
Cancel
Save