Skip to content

Commit

Permalink
#18: Add code alias for shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanguns authored and LGUG2Z committed Dec 15, 2024
1 parent 60974c6 commit ac1da13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ in {
pbcopy = "/mnt/c/Windows/System32/clip.exe";
pbpaste = "/mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -command 'Get-Clipboard'";
explorer = "/mnt/c/Windows/explorer.exe";

# To use code as the command, uncomment the line below. Be sure to replace [my-user] with your username.
# If your code binary is located elsewhere, adjust the path as needed.
# code = "/mnt/c/Users/[my-user]/AppData/Local/Programs/'Microsoft VS Code'/bin/code";
};
plugins = [
{
Expand Down

0 comments on commit ac1da13

Please sign in to comment.