diff options
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" |
