소스 검색

small changes

pull/1/head
10sr 12 년 전
부모
커밋
db4748ee2e
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      .bashrc

+ 4
- 2
.bashrc 파일 보기

@@ -131,12 +131,13 @@ di(){
${diffcmd} -u "$@" | ${PAGER}
}
memo(){
_MEMO="# $*\n"
__MYMEMO="# $*\n"
}
rmmemo(){
_MEMO=""
__MYMEMO=""
}
throw-away(){
mkdir -p ~/bu/tb
for file in "$@"
do
mv $file ~/bu/tb
@@ -248,6 +249,7 @@ _mygitconfig(){
git config --global alias.di "diff"
git config --global alias.me "merge --no-ff --stat -v"
git config --global alias.ls "ls-files"
# git config --global alias.my-ls "ls-files | xargs ls"
# git config --global alias.ll "!git ls-files | xargs ls -l -CFG --color=auto --time-style=long-iso"
git config --global alias.addi "add -i"
if iswindows; then


불러오는 중...
취소
저장