fix
This commit is contained in:
parent
113a6350a7
commit
5f0c3c274b
2 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
[user]
|
||||
email = gustavo@gustavocalvo.xyz
|
||||
email = tavo@tavo.one
|
||||
name = tavo-wasd
|
||||
|
|
11
shell/env-min
Normal file
11
shell/env-min
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
export \
|
||||
DATE=$(date -I) \
|
||||
WEEK=$(date '+%U') \
|
||||
VIMINIT="source $HOME/.config/vim/vimrc" \
|
||||
EDITOR="nvim" \
|
||||
VISUAL="nvim" \
|
||||
GITLAB="ssh://git@gitlab.com/tavo-wasd" \
|
||||
BOOKMARKS="$HOME/Documents/bookmarks" \
|
||||
BIB="$HOME/Documents/bibliography" \
|
Loading…
Reference in a new issue