1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Change shell

This commit is contained in:
Mo8it 2022-04-23 23:08:24 +02:00
parent ea0aa8ab18
commit e47f219ca6
4 changed files with 47 additions and 50 deletions

View file

@ -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",

View file

@ -1,4 +1,4 @@
shell /usr/bin/fish
shell /home/mo/.local/bin/xonsh
scrollback_lines 10000

View file

@ -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

View file

@ -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