Add jj config
This commit is contained in:
parent
00e29c5c10
commit
4060b9cf1c
3 changed files with 2917 additions and 0 deletions
2908
fish/fish.xdg.symlink/conf.d/jj.fish
Normal file
2908
fish/fish.xdg.symlink/conf.d/jj.fish
Normal file
File diff suppressed because it is too large
Load diff
|
@ -73,6 +73,10 @@ set -gx GIT_COMMITTER_EMAIL "$GIT_AUTHOR_EMAIL"
|
|||
set -g __fish_git_prompt_show_informative_status true
|
||||
set -g __fish_git_prompt_showdirtystate true
|
||||
|
||||
# JJ
|
||||
|
||||
set -gx JJ_CONFIG "$HOME/.config/jj/config.toml"
|
||||
|
||||
# Vim aliases
|
||||
set -gx EDITOR "vim"
|
||||
alias vi vim
|
||||
|
|
5
jj/jj.xdg.symlink/config.toml
Normal file
5
jj/jj.xdg.symlink/config.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
"$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json"
|
||||
|
||||
[user]
|
||||
name = "Max Bucknell"
|
||||
email = "me@maxbucknell.com"
|
Loading…
Add table
Reference in a new issue