From ba20223fd276b947686078b4a1a4848cc6773688 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 20 Feb 2026 13:12:32 +0100 Subject: update --- .bashrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 29f5685..cb5d13e 100644 --- a/.bashrc +++ b/.bashrc @@ -35,7 +35,7 @@ case $OS in (Darwin) # alias ibrew='arch -x86_64 /usr/local/bin/brew' . /opt/local/etc/profile.d/bash_completion.sh - . /opt/local/share/fzf/shell/completion.bash + # . /opt/local/share/fzf/shell/completion.bash alias ls='ls -GF' ll='ls -AlGFhv' alias ldd='otool -L' trap 'printf "\e]2;%s\a" "$TERM_TAG ${BASH_COMMAND%update_terminal_cwd}"' DEBUG @@ -112,7 +112,7 @@ meteo() { curl -H "Accept-Language: fr" --compressed "$request" } -#eval "$(fzf --bash)" >/dev/null +eval "$(fzf --bash)" >/dev/null # Handle missing commands, unless already provided. type -t command_not_found_handle >/dev/null || command_not_found_handle() { @@ -127,3 +127,5 @@ type -t command_not_found_handle >/dev/null || command_not_found_handle() { # Display git status in prompt . ~/.bash-powerline.sh + +. "$HOME/.cargo/env" -- cgit v1.2.3