Skip to content

Commit

Permalink
Remove bun from bashrc
Browse files Browse the repository at this point in the history
Signed-off-by: Petro Mozil <mozil.petryk@gmail.com>
  • Loading branch information
pmozil committed Jul 11, 2024
1 parent e736283 commit b0b2c78
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
Binary file added data/backgrounds/bequem.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions data/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,3 @@ chmod 0700 $XDG_RUNTIME_DIR
eval "$(zoxide init bash)"

[[ -f ~/.bash_aliases ]] && source ~/.bash_aliases

# bun
export BUN_INSTALL="$HOME/.bun"
export PATH=$BUN_INSTALL/bin:$PATH
2 changes: 1 addition & 1 deletion data/nvim/configs/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require("conform").setup({
sh = { "shfmt" },
},

format_on_save = {
format_after_save = {
lsp_fallback = false,
async = true,
timeout_ms = 500,
Expand Down
14 changes: 7 additions & 7 deletions data/nvim/plugins/init.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
return {
-- {
-- "stevearc/conform.nvim",
-- event = { "BufReadPre", "BufNewFile" },
-- config = function()
-- require "configs.conform"
-- end,
-- },
{
"stevearc/conform.nvim",
event = { "BufReadPre", "BufNewFile" },
config = function()
require "configs.conform"
end,
},

-- These are some examples, uncomment them if you want to see them work!
-- {
Expand Down

0 comments on commit b0b2c78

Please sign in to comment.