This file contains 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
" Vimであいまいな幅の文字の論理幅を1にします | |
set ambiwidth=single | |
" RLoginであいまいな幅の文字の論理幅を1にします。 | |
call writefile(["\e[?8428h"], '/dev/tty') |
This file contains 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
[Trigger] | |
Operation = Install | |
Operation = Remove | |
Operation = Upgrade | |
Type = Package | |
Target = * | |
[Action] | |
Description = Update gist with all installed pacman packages. | |
When = PostTransaction | |
Depends = gist |