projects
/
lab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3bc7ca
)
* add alias for screen
author
mitty
<mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Mon, 1 Oct 2012 13:18:36 +0000
(13:18 +0000)
committer
mitty
<mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Mon, 1 Oct 2012 13:18:36 +0000
(13:18 +0000)
* Run screen in UTF-8 mode.
* attempts to resume the youngest detached screen session or starts new session
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@169
7d2118f6
-f56c-43e7-95a2-
4bb3031d96e7
TipAndDoc/.bashrc
patch
|
blob
|
history
diff --git
a/TipAndDoc/.bashrc
b/TipAndDoc/.bashrc
index
52fd364
..
c866244
100644
(file)
--- a/
TipAndDoc/.bashrc
+++ b/
TipAndDoc/.bashrc
@@
-45,3
+45,4
@@
function svnst {
alias vi='vim'
alias sudo='sudo -H '
alias rm='rm -v'
+alias screen='screen -U -R'