Skip to content

Commit

Permalink
Add missing copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Feb 18, 2022
1 parent 9729f44 commit d78bf74
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vs/workbench/contrib/terminal/browser/media/.zshrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# ---------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# ---------------------------------------------------------------------------------------------

autoload -Uz add-zsh-hook

IN_COMMAND_EXECUTION="1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ---------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
# ---------------------------------------------------------------------------------------------

if [ -z "$VSCODE_SHELL_LOGIN" ]; then
. ~/.bashrc
Expand Down

0 comments on commit d78bf74

Please sign in to comment.