mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 05:12:26 +00:00
fix alias quoting
This commit is contained in:
parent
02ef5b34cf
commit
6a492a18b4
|
@ -175,7 +175,7 @@ alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strong
|
||||||
alias agenix='RULES='\''./secrets/secrets.nix'\'' agenix'
|
alias agenix='RULES='\''./secrets/secrets.nix'\'' agenix'
|
||||||
alias agenix-edit="agenix -i {{@@ env['HOME'] @@}}/.ssh/agenix-phg -e"
|
alias agenix-edit="agenix -i {{@@ env['HOME'] @@}}/.ssh/agenix-phg -e"
|
||||||
alias ane='agenix-edit'
|
alias ane='agenix-edit'
|
||||||
alias cane='EDITOR='code -w' agenix-edit'
|
alias cane="EDITOR='code -w' agenix-edit"
|
||||||
|
|
||||||
# Initialize pyenv
|
# Initialize pyenv
|
||||||
[[ $(command -v pyenv) ]] && export PYENV_ROOT="$HOME/.pyenv"
|
[[ $(command -v pyenv) ]] && export PYENV_ROOT="$HOME/.pyenv"
|
||||||
|
|
Loading…
Reference in a new issue