summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc6
1 files changed, 4 insertions, 2 deletions
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"