diff options
| author | Marc Vertes <mvertes@free.fr> | 2026-02-20 13:12:32 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2026-02-20 13:12:32 +0100 |
| commit | ba20223fd276b947686078b4a1a4848cc6773688 (patch) | |
| tree | 39906e7c5e04ccb07744ff22520dfbaca0d4fed9 /.bashrc | |
| parent | cf8012edcb2df21eff06e8b287720fcff3e587cc (diff) | |
update
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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" |
