0% found this document useful (0 votes)
7 views3 pages

Terminal Saved Output

The document contains a directory listing of files and folders in the user's home directory on a MacBook Air, showing various hidden files and user-created directories. It also includes terminal commands executed by the user, indicating issues with the .zshrc configuration file, such as unmatched quotes and a missing MySQL command. The user attempts to edit the .zshrc file to fix the errors and update the PATH variable for MySQL.

Uploaded by

SHUBHANG AARYA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views3 pages

Terminal Saved Output

The document contains a directory listing of files and folders in the user's home directory on a MacBook Air, showing various hidden files and user-created directories. It also includes terminal commands executed by the user, indicating issues with the .zshrc configuration file, such as unmatched quotes and a missing MySQL command. The user attempts to edit the .zshrc file to fix the errors and update the PATH variable for MySQL.

Uploaded by

SHUBHANG AARYA
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

drwxr-x---+ 22 shubhang staff 704 Jan 19 19:33 .

drwxr-xr-x 5 root admin 160 Dec 16 14:22 ..


-r-------- 1 shubhang staff 7 Nov 4 01:42 .CFUserTextEncoding
-rw-r--r--@ 1 shubhang staff 14340 Jan 19 19:32 .DS_Store
drwx------+ 2 shubhang staff 64 Dec 31 03:16 .Trash
drwxr-xr-x@ 3 shubhang staff 96 Oct 2 18:10 .local
drwx------ 5 shubhang staff 160 Sep 29 14:13 .ssh
drwxr-xr-x@ 5 shubhang staff 160 Sep 29 14:26 .vscode
-rw-r--r-- 1 shubhang staff 43 Sep 29 12:14 .zprofile
-rw-------@ 1 shubhang staff 7097 Dec 12 01:17 .zsh_history
drwx------ 15 shubhang staff 480 Jan 19 19:33 .zsh_sessions
-rw-r--r--@ 1 shubhang staff 24 Oct 20 16:58 .zshrc
drwx------@ 5 shubhang staff 160 Jan 6 17:39 Applications
drwx------@ 14 shubhang staff 448 Jan 19 19:32 Desktop
drwx------@ 10 shubhang staff 320 Nov 18 07:34 Documents
drwx------+ 100 shubhang staff 3200 Jan 19 19:26 Downloads
drwx------@ 99 shubhang staff 3168 Jan 12 01:38 Library
drwx------ 9 shubhang staff 288 Dec 12 16:05 Movies
drwx------+ 7 shubhang staff 224 Dec 28 01:04 Music
drwx------+ 5 shubhang staff 160 Sep 30 16:35 Pictures
drwxr-xr-x+ 4 shubhang staff 128 Sep 27 13:25 Public
drwxr-xr-x 10 shubhang staff 320 Dec 29 20:10 code
shubhang@Shubhangs-MacBook-Air ~ % clear

shubhang@Shubhangs-MacBook-Air ~ % open .zshrc


shubhang@Shubhangs-MacBook-Air ~ % open .zshrc
shubhang@Shubhangs-MacBook-Air ~ % clear

shubhang@Shubhangs-MacBook-Air ~ % source .zshrc


.zshrc:2: unmatched "
shubhang@Shubhangs-MacBook-Air ~ % mysql -u root -p
zsh: command not found: mysql
shubhang@Shubhangs-MacBook-Air ~ % source .zshrc
.zshrc:2: unmatched "
shubhang@Shubhangs-MacBook-Air ~ % open .zshrc
shubhang@Shubhangs-MacBook-Air ~ % open .zshrc
shubhang@Shubhangs-MacBook-Air ~ % source .zshrc
.zshrc:2: unmatched "
shubhang@Shubhangs-MacBook-Air ~ % source .zshrc
.zshrc:2: unmatched "
shubhang@Shubhangs-MacBook-Air ~ % nano ~/.zshrc

UW PICO 5.09 File: /Users/shubhang/.zshrc


Modified

alias python="python3
export PATH="/usr/local/mysql-9.1.0-macos14-arm64/bin:$PATH"

^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text


^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text
^T To Spell

You might also like