Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A simple zsh plugin that automatically activates VS Code shell integration when working in VS Code terminals.

License

NotificationsYou must be signed in to change notification settings

tolkonepiu/vscode-shell-integration-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A simple zsh plugin that automatically activatesVS Code shell integrationwhen working in VS Code terminals.

What it does

This plugin automatically loads VS Code's shell integration script when workingin VS Code (stable or insiders) terminals, providing enhanced terminal featureslike command decorations, directory tracking, and better navigation.

Installation

Using Oh My Zsh

  1. Clone this repository into your Oh My Zsh custom plugins directory:

    git clone https://github.com/tolkonepiu/vscode-shell-integration-zsh-plugin.git${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/vscode-shell-integration
  2. Add the plugin to your~/.zshrc file:

    plugins=(... vscode-shell-integration)
  3. Restart your terminal or reload your zsh configuration:

    source~/.zshrc

Manual Installation

  1. Clone or download this repository
  2. Source the plugin file in your~/.zshrc:
source /path/to/vscode-shell-integration.plugin.zsh

Using a Plugin Manager

Zinit

zinit load tolkonepiu/vscode-shell-integration-zsh-plugin

Antigen

antigen bundle tolkonepiu/vscode-shell-integration-zsh-plugin

Zplug

zplug"tolkonepiu/vscode-shell-integration-zsh-plugin"

Antidote

antidote bundle tolkonepiu/vscode-shell-integration-zsh-plugin

License

This repository is licensed under theMIT License.

About

A simple zsh plugin that automatically activates VS Code shell integration when working in VS Code terminals.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp