mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
8 lines
276 B
Bash
8 lines
276 B
Bash
# just to make sure we always source .bashrc
|
|
source ~/.bashrc
|
|
|
|
# this is the iterm2 shell integration stuff, making it use XDG_CONFIG_HOME
|
|
source "${HOME}/.config/iterm2/shell_integration.sh"
|
|
|
|
# iterm2 specific commands and functions
|
|
export PATH=$PATH:$HOME/.local/bin/iterm2
|