mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Forex
This commit is contained in:
parent
b6aeb26915
commit
f04850314f
5 changed files with 135 additions and 37 deletions
13
linux/.zshrc
13
linux/.zshrc
|
|
@ -122,6 +122,8 @@ gvi() {
|
|||
|
||||
### Misc ###
|
||||
|
||||
# Conda #
|
||||
|
||||
# >>> conda initialize >>>
|
||||
# !! Contents within this block are managed by 'conda init' !!
|
||||
__conda_setup="$('$HOME/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
|
||||
|
|
@ -136,3 +138,14 @@ else
|
|||
fi
|
||||
unset __conda_setup
|
||||
# <<< conda initialize <<<
|
||||
|
||||
# Ubuntu Command Not Found #
|
||||
|
||||
if [[ -x /usr/lib/command-not-found ]] ; then
|
||||
if (( ! ${+functions[command_not_found_handler]} )) ; then
|
||||
function command_not_found_handler {
|
||||
[[ -x /usr/lib/command-not-found ]] || return 1
|
||||
/usr/lib/command-not-found -- ${1+"$1"} && :
|
||||
}
|
||||
fi
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue