添加git忽略文件变化相关命令别名
This commit is contained in:
@@ -35,7 +35,8 @@ pravitekeys = awful.util.table.join(
|
|||||||
|
|
||||||
awful.key({ modkey }, "e",
|
awful.key({ modkey }, "e",
|
||||||
function ()
|
function ()
|
||||||
run_or_raise("emacsclient -a '' -c -n", {class = "Emacs"})
|
-- run_or_raise("emacsclient -a '' -c -n", {class = "Emacs"})
|
||||||
|
run_or_raise("emacs", {class = "Emacs"})
|
||||||
end),
|
end),
|
||||||
|
|
||||||
awful.key({ modkey, "Shift" }, "e",
|
awful.key({ modkey, "Shift" }, "e",
|
||||||
|
|||||||
@@ -12,6 +12,9 @@
|
|||||||
hist = log --pretty=format:'%h %ad | %s%d [%ad]' --graph --date=short
|
hist = log --pretty=format:'%h %ad | %s%d [%ad]' --graph --date=short
|
||||||
type = cat-file -t
|
type = cat-file -t
|
||||||
dump = cat-file -p
|
dump = cat-file -p
|
||||||
|
hide = update-index --assume-unchanged
|
||||||
|
unhide = update-index --no-assume-unchanged
|
||||||
|
hidden = !git ls-files -v | grep "^[[:lower:]]"
|
||||||
[commit]
|
[commit]
|
||||||
gpgSign = true
|
gpgSign = true
|
||||||
[diff "gpg"]
|
[diff "gpg"]
|
||||||
|
|||||||
Reference in New Issue
Block a user