From cc5e1a21e3947eefb9c4599e2a7b8d92aec42e73 Mon Sep 17 00:00:00 2001 From: Petr Nyc Date: Wed, 21 Jan 2026 14:40:08 +0100 Subject: [PATCH] homebrew config --- .zshenv | 17 +++++++++++++++-- .../iTerm2/DynamicProfiles/tmux_keys.json | 6 ------ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.zshenv b/.zshenv index ba6b98e..9059b55 100644 --- a/.zshenv +++ b/.zshenv @@ -2,11 +2,24 @@ set -o vi export LC_ALL=en_US.UTF-8 -export PATH=/Users/jetpac/.asdf/shims/:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/jetpac/work/flutter/bin:$HOME/.rd/bin:$HOME/bin:$PATH:$HOME/.fzf/bin +export PATH=/Users/jetpac/.asdf/shims/:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/jetpac/work/flutter/bin:$HOME/.rd/bin:$HOME/bin:$PATH:$HOME/.fzf/bin + +# homebrew config +# output of brew shellenv +export HOMEBREW_PREFIX="/opt/homebrew"; +export HOMEBREW_CELLAR="/opt/homebrew/Cellar"; +export HOMEBREW_REPOSITORY="/opt/homebrew"; +fpath[1,0]="/opt/homebrew/share/zsh/site-functions"; +eval "$(/usr/bin/env PATH_HELPER_ROOT="/opt/homebrew" /usr/libexec/path_helper -s)" +[ -z "${MANPATH-}" ] || export MANPATH=":${MANPATH#:}"; +export INFOPATH="/opt/homebrew/share/info:${INFOPATH:-}"; + alias oe='open /Applications/Emacs.app' -alias mc='/opt/homebrew/bin/mc --nosubshell' +# Force mc to use bash for its subshell +alias mc='SHELL=/bin/bash mc' + alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' alias -g N="2>&1 " alias pig='ping' diff --git a/Library/Application Support/iTerm2/DynamicProfiles/tmux_keys.json b/Library/Application Support/iTerm2/DynamicProfiles/tmux_keys.json index d7d9363..941561d 100644 --- a/Library/Application Support/iTerm2/DynamicProfiles/tmux_keys.json +++ b/Library/Application Support/iTerm2/DynamicProfiles/tmux_keys.json @@ -89,12 +89,6 @@ "Text" : "01 6c", "Version" : 1 }, - "0x6e-0x80000-0x2d" : { - "Action" : 11, - "Label" : "", - "Text" : "01 6e", - "Version" : 1 - }, "0x70-0x80000-0x23" : { "Action" : 11, "Label" : "",