update aliases

This commit is contained in:
Eric D. Rohler 2020-04-12 18:51:00 -04:00
parent d5aae79033
commit df30ec7745
2 changed files with 3 additions and 2 deletions

View File

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

View File

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