update
This commit is contained in:
6
example/dotfiles-repo/profiles/work/git/.gitconfig
Normal file
6
example/dotfiles-repo/profiles/work/git/.gitconfig
Normal file
@@ -0,0 +1,6 @@
|
||||
[user]
|
||||
name = Example Work User
|
||||
email = work@example.com
|
||||
|
||||
[url "git@github.com:work/"]
|
||||
insteadOf = https://github.com/work/
|
||||
7
example/dotfiles-repo/profiles/work/zsh/.zshrc
Normal file
7
example/dotfiles-repo/profiles/work/zsh/.zshrc
Normal file
@@ -0,0 +1,7 @@
|
||||
export EDITOR=vim
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
||||
alias ll='ls -lah'
|
||||
alias gs='git status -sb'
|
||||
|
||||
export WORK_MODE=1
|
||||
Reference in New Issue
Block a user