Vonfry

Results 15 comments of Vonfry

@belak On my system, prezto will print `gpg-agent: a gpg-agent is already running - not starting a new one.` without this pr, which I don't see on other system. `SSH_AUTH_SOCK`...

@1wilkens gpgconf always returns the path whether gpg-agent starts or not. When not starting, it returns the path which agent creates by default.

@1wilkens IMO, the one who uses prezto to startup a gpg-agent, may not want to use systemd to start it again. If systemd has started gpg-agent, gpg module in prezto...

@belak Could this pr be merged? I edit the description and make it compatible on some system. Proposed Changes: - gpg module: Use `gpgconf` to get gpg-agent path instead of...

Show in `chrome://version/` ``` Google Chrome | 64.0.3282.186 (正式版本) (64 位) -- | -- 修订版本 | 9611116ee79c63602f452e4fae2242a61cf0672d-refs/branch-heads/3282@{#694} 操作系统 | Mac OS X JavaScript | V8 6.4.388.46 Flash | 28.0.0.161 /Users/vonfry/Library/Application...

Using tree-sitter and coding some simple highlight by elisp instead of agda binary is a method. However, the [implement of agda of tree-sitter](https://github.com/tree-sitter/tree-sitter-agda) seems not to maintain and complete now.

MacOS: ``` #!/usr/bin/env osascript on run argv set AppleScript's text item delimiters to " " set cmd to argv as string set AppleScript's text item delimiters to "" tell application...

`$fg $bg` and other variables are set by `zsh/misc/colors` which is loaded by `zsh/complist`. git function, [`git_prompt_short_sha`](https://github.com/robbyrussell/oh-my-zsh/blob/master/lib/git.zsh#L121:10) and [`git_prompt_status `](https://github.com/robbyrussell/oh-my-zsh/blob/master/lib/git.zsh#L133:10), can define explicitly in the theme file. I have tried,...

Now I deal with this problem by loading whole prezto and use prezto to manage its modules.