forked from holman/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When/if atuinsh/atuin#2371 is merged, split the atuin init line across ~/.zshrc and ~/.zshenv.
- Loading branch information
1 parent
0d517d2
commit 61d93ff
Showing
3 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
export GITHUB_PERSONAL_TOKEN=2663e57f9d9049fc14f2f04f7432a08d4bfafe4c | ||
export EDITOR=nvim | ||
export VISUAL=nvim | ||
|
||
export GHC_OPTIONS="-j4 +RTS -A128m -n2m -RTS" | ||
export FAST_GHC_OPTIONS=$GHC_OPTIONS | ||
. "$HOME/.cargo/env" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters