Fixed omp prompt

Fixed: .envrc shows up when `direnv` does not exists
Fixed: history hook was running before _omp_hook, losing the latest
       error code.
Bu işleme şunda yer alıyor:
Gal@Shefet 2022-09-27 06:32:00 -04:00
ebeveyn d6687d8fa4
işleme 09a810495f
6 değiştirilmiş dosya ile 25 ekleme ve 11 silme

Dosyayı Görüntüle

@ -1,4 +1,7 @@
alias which-command="type -fP "
function which-command() {
type -fP "${@}"
}
function add-alias-to-bash-completion-code() {
local CMD=$(printf "%s" "sed '" 's/\(complete\W.*-F\W.*' "$1" '.*$\)/\1 ' "$2/g'")