Skip to content

Commit

Permalink
Add bashenv support
Browse files Browse the repository at this point in the history
  • Loading branch information
j-frost committed Nov 21, 2023
1 parent ea81e56 commit 33ca482
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home_files/.zshrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Get bashenv; see https://github.com/axonasif/bashenv.zsh
function bashenv.zsh() {
set +m
source <(bash -lic 'declare -px')
set -m
};bashenv.zsh

# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
Expand Down

0 comments on commit 33ca482

Please sign in to comment.