Skip to content

Instantly share code, notes, and snippets.

@syreal17
Created February 20, 2020 17:42
Show Gist options
  • Select an option

  • Save syreal17/8b4bdf7bd0b35a7196b73c02c31c0ec2 to your computer and use it in GitHub Desktop.

Select an option

Save syreal17/8b4bdf7bd0b35a7196b73c02c31c0ec2 to your computer and use it in GitHub Desktop.
pico Primer for Competitors - Shell Chapter - Got Shell? Section
Q.3: What does `~` mean?
A.3: The shell is parked in Q0h313th's home directory which can be accessed by `~` on the computer called `pico-2019-shell1`
Note: the full path for `~` can be expanded to `/home/Q0h313th/`
@xmass890

Copy link
Copy Markdown

"~" tilde is the convection for home directory , but that part show the present working directory

@GauravJain1008

Copy link
Copy Markdown

tilde

@jgh-1

jgh-1 commented Feb 8, 2025

Copy link
Copy Markdown

"~" is called a tilde in English.

Yes it is lol

@sidhu1512

Copy link
Copy Markdown

ok Tilde

@gandyIT

gandyIT commented Aug 21, 2025

Copy link
Copy Markdown

is it possible to customize it to another location?

@syreal17

Copy link
Copy Markdown
Author

is it possible to customize it to another location?

Yes, that would be called changing your home directory which is certainly possible, but not really recommended as there can be a lot of config and settings in your current home directory to manually copy over.

@4Batul

4Batul commented Sep 15, 2025

Copy link
Copy Markdown

"~" is called a tilde in English.

Thanks

@ANK-369

ANK-369 commented Feb 4, 2026

Copy link
Copy Markdown

so, after reading the answer and some of the comments, i think ~ is just another name for home (which is actually your username folder).
if you see only ~ it means you're currently inside your home directory.
if you see another name like ~/Downloads it means you're in that folder inside your home

@TheMLEngineer

Copy link
Copy Markdown

Home dir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment