Browse Source

misc changes

pull/1/head
10sr 12 years ago
parent
commit
83eda52634
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      bashrc
  2. +2
    -2
      emacs.el

+ 1
- 1
bashrc View File

@@ -207,7 +207,7 @@ _mygitconfig(){
git config --global alias.ci "commit --verbose"
git config --global alias.co "checkout"
git config --global alias.cim "commit --verbose -m"
git config --global alias.di "diff"
git config --global alias.di "diff --color"
git config --global alias.me "merge --no-ff --stat -v"
git config --global alias.ls "ls-files -v --full-name"
git config --global alias.sl "!sl"


+ 2
- 2
emacs.el View File

@@ -1589,8 +1589,8 @@ when SEC is nil, stop auto save if enabled."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; misc funcs

(when (require 'ansi-color nil t)
(ansi-color-for-comint-mode-on))
;; (when (require 'ansi-color nil t)
;; (ansi-color-for-comint-mode-on))
(defvar git-command-history nil
"History list for git command.")
(defun my-git-shell-command (cmd)


Loading…
Cancel
Save