mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-10 13:51:40 +00:00
fix(shell): remove fig from bashrc
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
# this is my bashrc config. there are many like it, but this one is mine.
|
# this is my bashrc config. there are many like it, but this one is mine.
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
# Fig pre block. Keep at the top of this file.
|
|
||||||
[[ -f "$HOME/.fig/shell/bashrc.pre.bash" ]] \
|
|
||||||
&& builtin source "$HOME/.fig/shell/bashrc.pre.bash"
|
|
||||||
|
|
||||||
# Defaults
|
# Defaults
|
||||||
export DOTFILES="$HOME/.dotfiles"
|
export DOTFILES="$HOME/.dotfiles"
|
||||||
|
|
||||||
@@ -27,6 +23,3 @@ ssh-add -A 2>/dev/null;
|
|||||||
[ -f "${DOTFILES}/config/fzf/fzf.bash" ] \
|
[ -f "${DOTFILES}/config/fzf/fzf.bash" ] \
|
||||||
&& source "${DOTFILES}/config/fzf/fzf.bash"
|
&& source "${DOTFILES}/config/fzf/fzf.bash"
|
||||||
|
|
||||||
# Fig post block. Keep at the bottom of this file.
|
|
||||||
[[ -f "$HOME/.fig/shell/bashrc.post.bash" ]] \
|
|
||||||
&& builtin source "$HOME/.fig/shell/bashrc.post.bash"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user