This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
同時に打鍵する配列 | |
/* | |
* Dvorak 配列(英語配列キーボード版) | |
*/ | |
[ | |
1|2|3|4|5|6|7|8|9|0|[|]|`| | |
'|,|.|p|y|f|g|c|r|l|/|=| | |
a|o|e|u|i|d|h|t|n|s|-|\| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HISTFILE=~/.histfile | |
HISTSIZE=16384 | |
SAVEHIST=16384 | |
bindkey -e | |
autoload -Uz compinit | |
compinit | |
autoload -Uz vcs_info | |
zstyle ':vcs_info:*' enable git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- OMakefile.orig 2010-10-27 09:42:37.000000000 +0900 | |
+++ OMakefile 2013-12-14 02:40:56.694296965 +0900 | |
@@ -57,7 +57,7 @@ | |
# | |
# OCaml options | |
# | |
-OCAMLFLAGS[] += -w Ae$(if $(OCAML_ACCEPTS_Z_WARNING), z) | |
+OCAMLFLAGS[] += -w Aer-3-29-32..35-37..39-41-44-48$(if $(OCAML_ACCEPTS_Z_WARNING), z) | |
if $(THREADS_ENABLED) | |
OCAMLFLAGS += -thread |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16c16,17 | |
< build() { | |
--- | |
> package() { | |
> CPPFLAGS='' |