added files for securing access
This commit is contained in:
2
generic_working_machine/tmux.conf
Normal file
2
generic_working_machine/tmux.conf
Normal file
@ -0,0 +1,2 @@
|
||||
set -g default-terminal "xterm-256color"
|
||||
|
||||
12
generic_working_machine/zshrc
Normal file
12
generic_working_machine/zshrc
Normal file
@ -0,0 +1,12 @@
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
export PATH="/opt/homebrew/opt/ruby/bin:$PATH"
|
||||
export GEM_HOME=$HOME/.gem
|
||||
export PATH=$GEM_HOME/bin:$PATH
|
||||
export PATH="/Users/mucas/.local/share/gem/ruby/3.2.0/bin:$PATH"
|
||||
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
eval "$(pyenv init - zsh)"
|
||||
Reference in New Issue
Block a user