diff --git a/machine-based/merantix/navigation.zsh-run b/machine-based/merantix/navigation.zsh-run index d67f0e7..99d9b00 100644 --- a/machine-based/merantix/navigation.zsh-run +++ b/machine-based/merantix/navigation.zsh-run @@ -2,3 +2,7 @@ alias cdcore="cd ~/merantix/core" alias cdbeamer="cd ~/merantix/core/beamer" alias cdoxfordflower="cd ~/merantix/core/bprojects/oxford_flower" alias cdedison="cd ~/merantix/core/bprojects/edison" +alias cdreports="cd ~/merantix/core/bprojects/edison/reports" +alias cdmoscow="cd ~/merantix/core/bprojects/moscow_hft" +alias cddata="cd ~/merantix/core/data" +alias cdmoscowpreprocessing="cd ~/merantix/core/bprojects/moscow_hft/preprocessing" diff --git a/tilda/tilda.symlink/config_0 b/tilda/tilda.symlink/config_0 index e77d52f..5280762 100644 --- a/tilda/tilda.symlink/config_0 +++ b/tilda/tilda.symlink/config_0 @@ -39,7 +39,7 @@ max_height=576 min_width=1 min_height=1 x_pos=0 -y_pos=1319 +y_pos=1230 tab_pos=0 backspace_key=0 delete_key=1 diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 72b0d5c..691835d 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -41,3 +41,6 @@ fi if [ -f /opt/google-cloud-sdk/completion.zsh.inc ]; then source '/opt/google-cloud-sdk/completion.zsh.inc' fi + +source $HOME/merantix/core/developer_env/setup.sh +unset DIR