d
This commit is contained in:
parent
a332abf1d1
commit
b4c4effb4e
3 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
command_exists exa && alias ls="exa"
|
||||
command_exists garbage && alias rm="garbage put"
|
||||
|
||||
alias remind="printf '\a'"
|
||||
alias cm="chezmoi"
|
||||
alias kill-gpg-agent="gpgconf --kill gpg-agent"
|
||||
alias dcompose="docker-compose"
|
||||
|
|
|
@ -27,6 +27,7 @@ export MAILDIR=$HOME/Mail
|
|||
|
||||
source_if_exists $HOME/.cargo/env
|
||||
source_if_exists "${GHCUP_INSTALL_BASE_PREFIX:=$HOME}/.ghcup/env"
|
||||
source_if_exists $HOME/.nix-profile/etc/profile.d/nix.sh
|
||||
|
||||
append_path "$HOME/.local/bin"
|
||||
append_path "$HOME/.local/scripts"
|
||||
|
@ -41,6 +42,8 @@ append_path "$HOME/.local/share/prt"
|
|||
autoload -U compinit && compinit -u
|
||||
eval $(opam env)
|
||||
|
||||
PROG=tea _CLI_ZSH_AUTOCOMPLETE_HACK=1 source /home/michael/.config/tea/autocomplete.zsh
|
||||
|
||||
# opam configuration
|
||||
# test -r /home/michael/.opam/opam-init/init.zsh && . /home/michael/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true
|
||||
|
||||
|
|
|
@ -26,6 +26,9 @@ Host r0
|
|||
Host r1
|
||||
User mzhang
|
||||
HostName rhimes1.sift.net
|
||||
Host f0
|
||||
User mzhang
|
||||
HostName fivespice0.sift.net
|
||||
|
||||
# vim: set ft=sshconfig :
|
||||
|
||||
|
|
Loading…
Reference in a new issue