wip
This commit is contained in:
parent
214101899e
commit
29580c89e5
5 changed files with 53 additions and 13 deletions
|
@ -132,6 +132,8 @@ zstyle ':prezto:module:prompt' theme 'peepcode'
|
|||
|
||||
# Auto set the tab and window titles.
|
||||
zstyle ':prezto:module:terminal' auto-title 'yes'
|
||||
zstyle ':completion:*:*' ignored-patterns 'Desktop' 'Downloads' 'Documents' \
|
||||
'Library' 'Movies' 'Music' 'Pictures' 'Public'
|
||||
|
||||
#
|
||||
# Tmux
|
||||
|
|
|
@ -90,7 +90,7 @@ path=(
|
|||
$HOME/.cargo/bin
|
||||
|
||||
# misc apps
|
||||
/Applications/Postgres.app/Contents/Versions/12/bin/
|
||||
/Applications/Postgres.app/Contents/Versions/latest/bin
|
||||
/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/
|
||||
)
|
||||
|
||||
|
@ -98,3 +98,5 @@ export -U PATH
|
|||
|
||||
export CONDA_ENVS_PATH=$HOME/.conda/envs:/opt/miniconda3/envs
|
||||
export CONDA_PKGS_DIRS=$HOME/.conda/pkgs
|
||||
|
||||
fignore=(Desktop Download Documents)
|
||||
|
|
|
@ -17,6 +17,7 @@ fi
|
|||
# shortcuts
|
||||
alias q="conda activate q2dev"
|
||||
alias i="ipython3"
|
||||
alias ls='ls -I Desktop -I Documents -I Downloads -I Library -I Movies -I Music -I Pictures -I Public'
|
||||
|
||||
BASE16_SHELL=$HOME/.config/base16-shell/
|
||||
[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue