File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/zsh
2-
3- source ~ /.profile
Original file line number Diff line number Diff line change 11#! /bin/zsh
22
3+ source " $HOME /.profile"
4+
35# --------------- Interactive Shell Settings ---------------
46
57# Enable the subsequent settings only in interactive sessions
@@ -117,11 +119,6 @@ plugins=(
117119 zoxide
118120)
119121
120- # Homebrew (Linuxbrew) environment
121- if [[ -x /home/linuxbrew/.linuxbrew/bin/brew ]]; then
122- eval " $( /home/linuxbrew/.linuxbrew/bin/brew shellenv) "
123- fi
124-
125122# Host-specific interactive config (plugins, fpath filters, etc.)
126123if [[ -r " $HOME /.config/zsh/.zshrc" ]]; then
127124 source " $HOME /.config/zsh/.zshrc"
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # Homebrew (Linuxbrew) environment
4+ eval " $( /home/linuxbrew/.linuxbrew/bin/brew shellenv) "
5+
36# >>> conda initialize >>>
47# !! Contents within this block are managed by 'conda init' !!
58__conda_setup=" $( ' /apps/miniconda3/bin/conda' ' shell.bash' ' hook' 2> /dev/null) "
Original file line number Diff line number Diff line change 11#! /bin/zsh
22
3+ # Homebrew (Linuxbrew) environment
4+ eval " $( /home/linuxbrew/.linuxbrew/bin/brew shellenv) "
5+
36# >>> conda initialize >>>
47# !! Contents within this block are managed by 'conda init' !!
58__conda_setup=" $( ' /apps/miniconda3/bin/conda' ' shell.zsh' ' hook' 2> /dev/null) "
@@ -30,7 +33,7 @@ unset __mamba_setup
3033
3134# set variable identifying the chroot you work in (used in the prompt below)
3235if [ -z " ${debian_chroot:- } " ] && [ -r /etc/debian_chroot ]; then
33- debian_chroot=$( cat /etc/debian_chroot)
36+ debian_chroot=$( cat /etc/debian_chroot)
3437fi
3538
3639typeset -ga plugins
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # Homebrew (Linuxbrew) environment
4+ eval " $( /home/linuxbrew/.linuxbrew/bin/brew shellenv) "
5+
36# >>> conda initialize >>>
47# !! Contents within this block are managed by 'conda init' !!
58__conda_setup=" $( ' /home/fridrichmethod/miniconda3/bin/conda' ' shell.bash' ' hook' 2> /dev/null) "
Original file line number Diff line number Diff line change 11#! /bin/zsh
22
3+ # Homebrew (Linuxbrew) environment
4+ eval " $( /home/linuxbrew/.linuxbrew/bin/brew shellenv) "
5+
36# >>> conda initialize >>>
47# !! Contents within this block are managed by 'conda init' !!
58__conda_setup=" $( ' /home/fridrichmethod/miniconda3/bin/conda' ' shell.zsh' ' hook' 2> /dev/null) "
@@ -30,7 +33,7 @@ unset __mamba_setup
3033
3134# set variable identifying the chroot you work in (used in the prompt below)
3235if [ -z " ${debian_chroot:- } " ] && [ -r /etc/debian_chroot ]; then
33- debian_chroot=$( cat /etc/debian_chroot)
36+ debian_chroot=$( cat /etc/debian_chroot)
3437fi
3538
3639typeset -ga plugins
You can’t perform that action at this time.
0 commit comments