Skip to content

Commit

Permalink
Remove PATH variable that interferes with NixOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry committed Apr 27, 2020
1 parent ffb52fb commit c2c651a
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 5 deletions.
38 changes: 38 additions & 0 deletions .gitconfig
@@ -0,0 +1,38 @@
[user]
name = jdb
email = jack.baldry@oracle.com
[core]
pager = diff-so-fancy | less --tabs=4 -RFX
[color]
ui = true
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = yellow
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[alias]
st = status
ci = commit
br = branch
co = checkout
[url "git@gitlab.oracledatacloud.com:"]
insteadOf = https://gitlab.oracledatacloud.com/
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[pull]
replace = preserve
rebase = merges
[gpg]
program = /usr/bin/gpg2
[rebase]
autoStash = true
5 changes: 0 additions & 5 deletions bashrc.d/variables
Expand Up @@ -7,11 +7,6 @@ export EDITOR=vim
# Disable homebrew analytics collection
export HOMEBREW_NO_ANALYTICS=1

# Add go binary directories
# Append k8s.git/tools path for work convenience
# Add cargo binary directory for Rust
export PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin:/usr/local/go/bin:~/bin:~/go/bin:~/.local/bin:~/git/k8s/tools:~/git/k8s/tools/vault:~/.cargo/bin

# Set environment file location for ssh-agent configuration on login
export SSH_ENV="$HOME/.ssh/environment"

Expand Down

0 comments on commit c2c651a

Please sign in to comment.