mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2025-01-01 15:39:20 +00:00
Change shell
This commit is contained in:
parent
ea0aa8ab18
commit
e47f219ca6
4 changed files with 47 additions and 50 deletions
|
@ -31,10 +31,7 @@
|
|||
"outline.showTypeParameters": false,
|
||||
"outline.showVariables": false,
|
||||
"python.formatting.provider": "black",
|
||||
"terminal.integrated.commandsToSkipShell": [
|
||||
"language-julia.interrupt"
|
||||
],
|
||||
"terminal.integrated.defaultProfile.linux": "fish",
|
||||
"terminal.integrated.commandsToSkipShell": ["language-julia.interrupt"],
|
||||
"todo-tree.ripgrep.ripgrep": "/usr/bin/rg",
|
||||
"update.mode": "none",
|
||||
"window.menuBarVisibility": "toggle",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
shell /usr/bin/fish
|
||||
shell /home/mo/.local/bin/xonsh
|
||||
|
||||
scrollback_lines 10000
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ opt.sidescrolloff = 5
|
|||
|
||||
opt.cursorline = true
|
||||
|
||||
opt.shell = "/usr/bin/fish"
|
||||
opt.shell = "/home/mo/.local/bin/xonsh"
|
||||
|
||||
opt.confirm = true
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ENV["JULIA_SHELL"] = "/usr/bin/fish"
|
||||
ENV["JULIA_SHELL"] = "/home/mo/.local/bin/xonsh"
|
||||
ENV["JULIA_EDITOR"] = "nvim"
|
||||
|
||||
using Pkg: Pkg
|
||||
|
|
Loading…
Reference in a new issue