adjujst mysql5.5 bin path

This commit is contained in:
2018-10-11 11:05:18 +02:00
parent b0159dd46d
commit 535b71c3a9
2 changed files with 26 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ set GREP_COLOR '1;32'
if status --is-interactive
set -g fish_user_abbreviations
abbr --add wtm 'cd ~/Documents/workspace_tm'
abbr --add obc 'cd ~/Documents/workspace_tm/obc'
abbr --add gst 'git status'
abbr --add gd 'git diff'
abbr --add ga 'git add .'
@@ -50,3 +51,4 @@ end
# disable login greeting
set fish_greeting ''
set -g fish_user_paths "/usr/local/opt/mysql@5.5/bin" $fish_user_paths

24
vsc_settings.json Normal file
View File

@@ -0,0 +1,24 @@
{
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"workbench.colorTheme": "Visual Studio Dark",
"git.autofetch": true,
"telemetry.optout": true,
"github.hosts": [
{
"host": "https://github.com",
"username": "oauth",
"token": "system"
}
],
"editor.fontSize": 16,
"editor.fontFamily": "Source Code Pro for Powerline",
"ruby.useBundler": true,
"ruby.format": "rubocop",
"workbench.iconTheme": null,
"editor.autoClosingBrackets": "always",
"editor.autoClosingQuotes": "always",
"editor.tabSize": 2,
"git.path": "/usr/local/bin/git",
"workbench.statusBar.feedback.visible": false
}