update aliases
This commit is contained in:
parent
d5aae79033
commit
df30ec7745
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
;= rem general
|
;= rem general
|
||||||
e.=explorer .
|
e.=explorer .
|
||||||
|
..=cd ..
|
||||||
ls=ls --show-control-chars -F --color $*
|
ls=ls --show-control-chars -F --color $*
|
||||||
pwd=cd
|
pwd=cd
|
||||||
clear=cls
|
clear=cls
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
"terminal.integrated.shell.windows": "${env:USERPROFILE}\\cmder\\Cmder.exe",
|
"terminal.integrated.shell.windows": "${env:USERPROFILE}\\cmder\\Cmder.exe",
|
||||||
"terminal.explorerKind": "external",
|
"terminal.explorerKind": "external",
|
||||||
"terminal.external.windowsExec": "${env:USERPROFILE}\\cmder\\Cmder.exe",
|
"terminal.external.windowsExec": "${env:USERPROFILE}\\cmder\\Cmder.exe",
|
||||||
"terminal.external.linuxExec": "tilix",
|
"terminal.external.linuxExec": "tilix",
|
||||||
"team.showWelcomeMessage": false,
|
"team.showWelcomeMessage": false,
|
||||||
"sqltools.useNodeRuntime": true,
|
"sqltools.useNodeRuntime": true,
|
||||||
"mssql.connections": [
|
"mssql.connections": [
|
||||||
{
|
{
|
||||||
"server": "(localdb)\\mssqllocaldb",
|
"server": "(localdb)\\mssqllocaldb",
|
||||||
|
Loading…
Reference in New Issue
Block a user