diff options
| author | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2022-09-06 09:13:24 +0200 |
|---|---|---|
| committer | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2022-09-06 09:13:24 +0200 |
| commit | 92bbb2fb27c2726bc1c72c4e50adc88144dee4b1 (patch) | |
| tree | 66e9d25e7aa33e211c7aa48071a258cf1704f540 /config/zsh/.zshrc | |
| parent | 6525757c2aff704550ca46991ca1d11e09f11f01 (diff) | |
| parent | d54e8f15d776e59b2f8b70bb94c5041509b391f0 (diff) | |
| download | dotfiles-92bbb2fb27c2726bc1c72c4e50adc88144dee4b1.tar.gz dotfiles-92bbb2fb27c2726bc1c72c4e50adc88144dee4b1.tar.bz2 dotfiles-92bbb2fb27c2726bc1c72c4e50adc88144dee4b1.zip | |
Merge branch 'master' of https://github.com/cacharle/dotfiles
Diffstat (limited to 'config/zsh/.zshrc')
| -rw-r--r-- | config/zsh/.zshrc | 32 |
1 files changed, 3 insertions, 29 deletions
diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index e7dac3d..dbaaa90 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -9,7 +9,7 @@ case $(tty) in /dev/tty[1-9]) # %~ path ('~' if $HOME) # %B/%b start/stop bold - # %B/%b start/stop color + # %F/%f start/stop color # shellcheck disable=SC2039,SC3003 NEWLINE=$'\n' export PROMPT="${NEWLINE}%B%F{blue}%~%f${NEWLINE}%F{red}> %f%b" @@ -109,31 +109,5 @@ then . /usr/share/doc/pkgfile/command-not-found.zsh fi -# upload-config() { -# scp -qr "$HOME/.vim" cce424r@ds-train: -# scp -q "$HOME/.config/vim/vimrc" cce424r@ds-train:.vimrc -# -# scp -qr "$HOME/.vim" cce424r@ds-attic: -# scp -q "$HOME/.config/vim/vimrc" cce424r@ds-attic:.vimrc -# } - -# >>> conda initialize >>> -# !! Contents within this block are managed by 'conda init' !! -__conda_setup="$('/usr/local/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" -if [ $? -eq 0 ]; then - eval "$__conda_setup" -else - if [ -f "/usr/local/anaconda3/etc/profile.d/conda.sh" ]; then - . "/usr/local/anaconda3/etc/profile.d/conda.sh" - else - export PATH="/usr/local/anaconda3/bin:$PATH" - fi -fi -unset __conda_setup - -if [ -f "/usr/local/anaconda3/etc/profile.d/mamba.sh" ]; then - . "/usr/local/anaconda3/etc/profile.d/mamba.sh" -fi -# <<< conda initialize <<< - -eval "$(opam env)" +export ROS_DOMAIN_ID=42 +. /opt/ros2/galactic/setup.zsh |
