Uploaded August 2026 | Updated September 2026, 2 weeks ago
In this tutorial, you will learn how to switch between multiple Claude Code accounts in the terminal without losing your session. If you have a personal and a work account, you normally have to log out and back in every time, which resets your context window. I'll show you how to set up separate credential folders and simple aliases so you can jump between accounts instantly.
π§ What You Will Learn
- Checking your login: see which Claude Code account is active
- Credential folders: create separate config folders per account
- Exporting credentials: save login info into each folder
- Signing in twice: authorize both a personal and work account
- Editing .zshrc: add aliases in your shell config file
- Building aliases: switch accounts with one short command
- VS Code gotcha: why the Claude Code extension behaves differently
Tools I Use:
00:00 Intro: About The Tutorial
00:39 What is Account Switching?
01:11 Check Your Current Login
01:53 Create Config Folders
03:17 Home Directory Config Folders
03:48 Export Login Credentials
04:24 Authorize Claude Code
05:25 Claude-Work Export Credentials
06:07 Switch Accounts
07:32 Open Text Editor
07:58 Add Aliases in Text Edit
09:05 Tip: Double Ampersand
09:53 Reload Config File
10:29 Test Aliases
11:59 VS Code Gotcha
π Mike Murphy AI: mikemurphy.ai
π Hostinger VPS: go.mikemurphy.ai/vps
ποΈ ElevenLabs: go.mikemurphy.ai/elevenlabs
β±οΈ Timestamps
β Connect with Me
β Website: mikemurphy.ai
β YouTube: youtube.com/mikemurphyco
β Newsletter: mikemurphy.ai/newsletter
β X: https://x.com/mikemurphyai
βοΈ Disclosure
Some links may be affiliate links, which means I may earn a commission if you purchase through them at no extra cost to you. I only share tools and services I use, trust, or think are useful for creators, small businesses, and tutorial makers.
#claudecode #anthropic #terminal #zshrc #alias #macterminal #ai #aicoding #developertools #productivity #vscode #commandline #tutorial #mikemurphyai
In this tutorial, you will learn how to switch between multiple Claude Code accounts in the terminal without losing your session. If you have a personal and a work account, you normally have to log out and back in every time, which resets your context window. I'll show you how to set up separate credential folders and simple aliases so you can jump between accounts instantly.
π§ What You Will Learn
- Checking your login: see which Claude Code account is active
- Credential folders: create separate config folders per account
- Exporting credentials: save login info into each folder
- Signing in twice: authorize both a personal and work account
- Editing .zshrc: add aliases in your shell config file
- Building aliases: switch accounts with one short command
- VS Code gotcha: why the Claude Code extension behaves differently
Tools I Use:
00:00 Intro: About The Tutorial
00:39 What is Account Switching?
01:11 Check Your Current Login
01:53 Create Config Folders
03:17 Home Directory Config Folders
03:48 Export Login Credentials
04:24 Authorize Claude Code
05:25 Claude-Work Export Credentials
06:07 Switch Accounts
07:32 Open Text Editor
07:58 Add Aliases in Text Edit
09:05 Tip: Double Ampersand
09:53 Reload Config File
10:29 Test Aliases
11:59 VS Code Gotcha
π Mike Murphy AI: mikemurphy.ai
π Hostinger VPS: go.mikemurphy.ai/vps
ποΈ ElevenLabs: go.mikemurphy.ai/elevenlabs
β±οΈ Timestamps
β Connect with Me
β Website: mikemurphy.ai
β YouTube: youtube.com/mikemurphyco
β Newsletter: mikemurphy.ai/newsletter
β X: https://x.com/mikemurphyai
βοΈ Disclosure
Some links may be affiliate links, which means I may earn a commission if you purchase through them at no extra cost to you. I only share tools and services I use, trust, or think are useful for creators, small businesses, and tutorial makers.
#claudecode #anthropic #terminal #zshrc #alias #macterminal #ai #aicoding #developertools #productivity #vscode #commandline #tutorial #mikemurphyai








![Part 4: Add Sliders, Input Fields & Debug the Wiggle Panel
Part 4: Add Sliders, Input Fields & Debug the Wiggle Panel
Welcome to Part 4 of this free 4-part mini-course!
In this Part 4β¦we open our project folder from Part 3 and use Cursor AI to take our wiggle panel to the next level by adding sliders and input fields for Frequency & Amplitude and we do some debugging and tweaking.
π§± What Youβll Learn:
* Use Cursor AI to add sliders to Wiggle Panel
* Update the existing .jsx file in ScriptUI panel
* Use Cursor AI to add value input fields to Wiggle Panel
* Use Cursor AI to fix decimal place issue
* Use Cursor AI to make the Tab Key work properly
* How to make your very own Wiggle Panel for After Effects!
πΊ WATCH THE FULL MINI-COURSE
βΆοΈ Intro: https://youtu.be/7kcY82mnsA4
βΆοΈ Part 1: https://youtu.be/YC7_7KwTZQE
βΆοΈ Part 2: https://youtu.be/Kc7sygIlMdQ
βΆοΈ Part 3: https://youtu.be/s9ZfCeXCP6A
βΆοΈ Part 4: [your are here]
βΆοΈ Playlist: https://www.youtube.com/playlist?list=PLqeRnzRtkROQ9Cu0B5X5JoAZk-gs71vqD
π§ ABOUT THIS SERIES
This is a mini-course designed for content creators and educators who want to use AI tools like Cursor AI to vibe code, build digital products, and create smart tools using Adobe After Effects.
π Tools & Effects Used
* App: Adobe After Effects CC 2025
* Download Cursor: https://cursor.com
β¨οΈKeyboard Shortcuts:
Cmd/Ctrl + i: Jump to Chat Panel
Reveal All Expressions: End of Part 3
πΎ ScriptUI Install Path (Mac):
* Applicationsβ¦Adobe After Effects [version]β¦Scriptsβ¦ScriptUI Panels
π¦ RESOURCES & DOWNLOADS
* π After Effects User Guide Course: https://aeuserguide.com
* π¨ Terrapin Textures: https://terrapintextures.com
* π§ My Gear & AI Tools: https://mikemurphy.co/resources
* π₯ Adobe After Effects: https://mikemurphy.co/adobe (affiliate)
π οΈ How To Modify Code & Add Wiggle Sliders Using Cursor AI
* Open Cursor
* Open Project Folder
* Press Cmd/Ctrl + i to jump cursor to Chat Panel
* Type in Text Prompt in Cursor or,
* Copy ChatGPT prompt to clipboard
* Paste Prompt in text field
* Press Return/Enter
* Accept File generated by Cursor
π οΈ How To Add Code (.jsx) to After Effects Script UI Panel
* Open Project Folder
* Open βdevβ folder
* Copy .jsx file (Cmd/Ctrl + D)
* Click on Applications
* Click on Adobe After Effects [latest version]
* Click on βScriptsβ
* Click on βScriptsUI Panelβ and drag to Sidebar for shortcut
* Paste copied .jsx file in ScriptsUI Panel
* Press βReplaceβ
* Enter Mac Password
π οΈ How To Test Wiggle Sliders & Debug in After Effects
* Open After Effects
* Go to Window Menu
* Select βmyaetools.jsxβ to open
* Select Layer
* Tap βPβ for Position
* Press Wiggle Button
* Values of Position Property should turn red
* Tap βEEβ to view wiggle(5,20) expression
* Deselect all (F2)
* Press βWiggleβ Button
* Error Message should appear
* Drag Sliders to confirm they are working
* Enter values for Frequency & Amplitude
* Note bugs or issues such as decimals & tab button
* Return to Cursor to Debug (state problem and tell Cursor to fix)
* Replace .jsx file after Cursor debugs file
* Re-open After Effects
* Pat yourself on the back for a job well done!
* Enjoy your new Wiggle Panel and keep adding stuff to it!
β± TIMESTAMPS
00:00 Introduction To Part 4
00:56 Open Project Folder in Cursor
01:30 Chat GPT Prompt
02:24 Use Prompts or Vibe Code
02:54 Using Chat Assistants
03:27 Cursor Chat History
04:41 Paste Slider Prompt Into Cursor
05:08 Highlighted Code (Green or Red)
05:55 Learning From Cursor (Chat)
06:22 Replace .jsx File
06:41 Current Status of Wiggle Panel (AE)
07:33 Select Composition Alert
08:06 Open Folder & Replace .jsx File
09:24 Test Wiggle Panel in After Effects
10:58 Debugging Sliders (Decimals & Inputs)
11:50 Bonus Tip: Dictation
12:52 Creating Debug Prompt Using Dictation
13:56 Add Debug Prompt To Cursor
14:52 Replace .jsx File
15:30 Testing Wiggle + Sliders
16:43 Debug: Slider Decimals + Tab
17:01 Debug Prompt in Cursor
18:00 Replace .jsx File & Test AE
20:00 Debug: Tab Functionality
20:45 Enter Debug Prompt in Cursor
21:35 ScriptUI Panels Folder Location
23:14 Nice Job...You did it!
π¬ STAY IN THE LOOP
β Join the AI Unplugged Newsletter to follow my journey into AI, tools, and building a solo creator business. https://mikemurphy.co/aiunplugged
β Subscribe for more tutorials like this: https://youtube.com/mikemurphyco
π§ Mike Murphy Tutorials
Learn AI. Build digital products. Make a living as a content creator.
πΉ Powered by Project Rosebud Part 4: Add Sliders, Input Fields & Debug the Wiggle Panel](https://i.ytimg.com/vi/IeMQYTlJ0p4/mqdefault.jpg)

