Cleaning for github publishing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Loading direnv bash hook
|
||||
|
||||
if command -v direnv > /dev/null; then
|
||||
if can_run direnv; then
|
||||
eval "$(direnv hook bash)"
|
||||
fi
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
if [[ -z "$LWS_FAST" ]]; then
|
||||
if can_run thefuck; then
|
||||
eval "$(thefuck --alias)"
|
||||
fi
|
||||
if is_slow_init && can_run thefuck; then
|
||||
eval "$(thefuck --alias)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user