Move to the dark side (doom emacs)
This commit is contained in:
parent
30eb74c08c
commit
540de6cace
5 changed files with 598 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Start gpg agent
|
||||
unset SSH_AGENT_PID
|
||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||
killall gpg-agent
|
||||
killall gpg-agent 2>/dev/null
|
||||
eval $(gpg-agent --daemon)
|
||||
|
||||
export PATH="$PATH:~/.local/share/cargo/bin/"
|
||||
|
|
@ -13,8 +13,9 @@ if [ ! -z "$(grep nixos /etc/os-release)" ]; then
|
|||
export PATH=/usr/local/bin:$PATH
|
||||
fi
|
||||
|
||||
export PATH=sourced:$PATH # Flag to prevent setting PATH multiple times
|
||||
export PATH=~/.local/bin/layouts/:$PATH # Overriding /usr/bin/*
|
||||
|
||||
export PATH=~/.config/emacs/bin:$PATH
|
||||
export PATH=~/.local/bin/overrides:$PATH # Overriding /usr/bin/*
|
||||
export PATH=~/.local/bin:$PATH # Highest precedence to local bin
|
||||
|
||||
export PATH=sourced:$PATH # Flag to prevent setting PATH multiple times
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue