update doom config
This commit is contained in:
parent
eb64f1966f
commit
4eafbae825
10 changed files with 114 additions and 205 deletions
|
@ -40,6 +40,7 @@ setpath ~/.radicle/bin
|
|||
setpath ~/.edgedb/bin
|
||||
setpath ~/.fly/bin
|
||||
setpath ~/.nimble/bin
|
||||
setpath ~/Projects/go/bin
|
||||
|
||||
# zoxide setup
|
||||
zoxide init fish | source
|
||||
|
@ -70,6 +71,7 @@ set -x TZ_LIST "Europe/Berlin;Berlin,America/New_York;US East,America/Los_Angele
|
|||
# General Aliases
|
||||
alias editconfig "chezmoi edit ~/.config/fish/config.fish; and chezmoi apply; and source ~/.config/fish/config.fish"
|
||||
alias getsshkey "cat ~/.ssh/id_ed25519.pub -p --color never"
|
||||
alias doco "docker-compose"
|
||||
alias j "z"
|
||||
alias cat "bat"
|
||||
alias c "cargo"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue