mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
update
This commit is contained in:
parent
a3f9e15ea2
commit
62293787b9
4 changed files with 6 additions and 2 deletions
|
@ -188,6 +188,9 @@ if command -v hub &> /dev/null; then
|
|||
alias hub="op run -- hub"
|
||||
fi
|
||||
|
||||
if command -v paru &> /dev/null; then
|
||||
alias pru=paru
|
||||
fi
|
||||
alias f=fuck
|
||||
alias v=nvim
|
||||
alias dotfiles='chezmoi'
|
||||
|
@ -235,6 +238,5 @@ alias i='ya ~/i'
|
|||
alias ssh="ssh.exe"
|
||||
{{- else -}}
|
||||
# linux spec config
|
||||
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/docker.sock
|
||||
{{- end -}}
|
||||
{{- end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue