1
0
Эх сурвалжийг харах

git put, giu, moc updates

raylu 12 жил өмнө
parent
commit
93a4607fd7
4 өөрчлөгдсөн 4 нэмэгдсэн , 3 устгасан
  1. 1 0
      gitconfig
  2. 1 1
      moc/config
  3. 1 1
      moc/keymap
  4. 1 1
      zshrc

+ 1 - 0
gitconfig

@@ -48,3 +48,4 @@
 
 [alias]
 	short = log --graph --pretty=format:'%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --patience
+	put = !git-push && git-push --tags

+ 1 - 1
moc/config

@@ -55,7 +55,7 @@ ReadTags		= yes
 # Directory in which you store music files. If you specify it you will be able
 # to quickly go to this directory with the '-m' parameter or the 'm' command.
 # This can also point to a playlist.
-MusicDir		= "/home/raylu/aerofs"
+MusicDir		= "/home/raylu/aerofs/music"
 
 # How to sort? FileName is the only option for now.
 Sort			= FileName

+ 1 - 1
moc/keymap

@@ -56,7 +56,7 @@ toggle_shuffle =        S
 toggle_repeat =         R
 toggle_auto_next =      X
 toggle_menu =           TAB
-toggle_layout =         ^L
+toggle_layout =         ^l
 add_file =              a
 clear_playlist =        C
 remove_dead_entries =   Y

+ 1 - 1
zshrc

@@ -86,7 +86,7 @@ alias gis='git status'
 alias gid='git diff -C --date=local'
 alias giw='git show -C --date=local --decorate'
 alias gic='git checkout'
-alias gibl='gil master..HEAD'
+alias giu='git reset HEAD\^'
 alias class='xprop -notype WM_CLASS'
 alias tree='tree -AvL 10'
 alias vi='vi -p'