Compare commits
No commits in common. "ad27cf27bb5cc936275121ea357c451804f3089f" and "c15d42808d3c27f5b50313e114f805521cd983b8" have entirely different histories.
ad27cf27bb
...
c15d42808d
@ -60,8 +60,6 @@ local plugins = {
|
|||||||
|
|
||||||
-- Tools
|
-- Tools
|
||||||
{"db", "vim-dadbod", "https://github.com/tpope/vim-dadbod.git"},
|
{"db", "vim-dadbod", "https://github.com/tpope/vim-dadbod.git"},
|
||||||
{"db", "vim-dadbod-completion", "https://github.com/kristijanhusak/vim-dadbod-completion.git"},
|
|
||||||
{"db", "vim-dadbod-ui", "https://github.com/kristijanhusak/vim-dadbod-ui.git"},
|
|
||||||
{"env", "dotenv", "https://github.com/tpope/vim-dotenv"},
|
{"env", "dotenv", "https://github.com/tpope/vim-dotenv"},
|
||||||
|
|
||||||
-- Quality of life
|
-- Quality of life
|
||||||
|
|||||||
9
.zshrc
9
.zshrc
@ -105,11 +105,10 @@ zstyle ':completion:*' use-cache on
|
|||||||
zstyle ':completion:*' cache-path ~/.zsh/cache
|
zstyle ':completion:*' cache-path ~/.zsh/cache
|
||||||
zstyle ':completion:*' menu no
|
zstyle ':completion:*' menu no
|
||||||
|
|
||||||
export EDITOR='nvim'
|
export EDITOR='bbedit --wait --resume'
|
||||||
export GIT_EDITOR='nvim'
|
export GIT_EDITOR='bbedit --wait --resume'
|
||||||
export TEXEDIT='nvim'
|
export TEXEDIT='bbedit --wait --resume'
|
||||||
export LESSEDIT='nvim'
|
export LESSEDIT='bbedit --wait --resume'
|
||||||
export VISUAL='nvim'
|
|
||||||
|
|
||||||
### ENV CONFIG
|
### ENV CONFIG
|
||||||
export PATH="${HOME}/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:${HOME}/.cargo/bin:/opt/homebrew/opt/rustup/bin:/Applications/IntelliJ IDEA.app/Contents/MacOS:/usr/local/bin:${GOROOT}/bin:$PATH"
|
export PATH="${HOME}/.local/bin:/opt/homebrew/bin:/opt/homebrew/sbin:${HOME}/.cargo/bin:/opt/homebrew/opt/rustup/bin:/Applications/IntelliJ IDEA.app/Contents/MacOS:/usr/local/bin:${GOROOT}/bin:$PATH"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user