วิธีที่จะมีเส้นทางไดเรกทอรีเต็มรูปแบบมักจะแสดงใน terminal mac (เช่น terminal linux)


71

ในเทอร์มินัล Ubuntu ของฉันฉันมีไดเรกทอรีปัจจุบันที่แสดงให้เห็นอย่างสมบูรณ์ เช่นนี้

blabla @ blublu: ~ / เพลง / my_album / คลาสสิก / เบโธเฟ่น $

แต่ในเทอร์มินัล Mac (Mac OS X 10.6.5) ของฉันไม่แสดงเส้นทางแบบเต็มและเป็นดังนี้:

blabas-MacBook-Pro: บีโธเฟนคลาสสิค $

มีอะไรบ้างที่ฉันเปลี่ยนพฤติกรรมของเทอร์มินัล mac ให้ทำหน้าที่เหมือนลินุกซ์เทอร์มินัล?


1
จะต้องมีหน้าจอตามความต้องการของ Terminal App ซึ่งคุณสามารถเปลี่ยนพฤติกรรม

1
เทอร์มินัล Linux ไม่แสดงเส้นทางที่สมบูรณ์อย่างน่าอัศจรรย์ มันขึ้นอยู่กับการตั้งค่าของคุณ ลินุกซ์ distros บางตัวกำหนดค่าให้แสดงพา ธ แบบเต็มตามค่าเริ่มต้นบางตัวไม่ทำ ทุกอย่างขึ้นอยู่กับตัวแปร $ PS1 (ดูคำตอบของ Asmus)
frabjous

คำตอบ:


109

หากต้องการให้ bash ส่งคืน "user @ hostname: path / to / directory $" เป็นคำสั่งของคุณให้เพิ่มบรรทัดต่อไปนี้ใน ~ / .bash_profile ของคุณ:

export PS1='\u@\H:\w$'

หรือ

export PS1='\u@\H:\w$ '

หากคุณต้องการมีช่องว่างระหว่าง $ และคำสั่ง

เพื่อให้การเปลี่ยนแปลงมีผลทันทีให้รันคำสั่งต่อไปนี้ในทุกหน้าต่างที่เปิดอยู่ (หรือรีสตาร์ท Terminal):

source ~/.bash_profile

แก้ไข : รายการของสตริงที่มีอยู่สามารถพบได้ในย่อหน้า "PROMPTING" ในหน้าคนสำหรับ bash ( man bash):

กระตุ้น

  When executing interactively, bash displays the primary prompt PS1 when it is ready to read a command, and the secondary prompt PS2 when it needs more input to complete a command.  Bash allows these prompt strings  to  be  customized  by
   inserting a number of backslash-escaped special characters that are decoded as follows:
          \a     an ASCII bell character (07)
          \d     the date in "Weekday Month Date" format (e.g., "Tue May 26")
          \D{format}
                 the format is passed to strftime(3) and the result is inserted into the prompt string; an empty format results in a locale-specific time representation.  The braces are required
          \e     an ASCII escape character (033)
          \h     the hostname up to the first `.'
          \H     the hostname
          \j     the number of jobs currently managed by the shell
          \l     the basename of the shell's terminal device name
          \n     newline
          \r     carriage return
          \s     the name of the shell, the basename of $0 (the portion following the final slash)
          \t     the current time in 24-hour HH:MM:SS format
          \T     the current time in 12-hour HH:MM:SS format
          \@     the current time in 12-hour am/pm format
          \A     the current time in 24-hour HH:MM format
          \u     the username of the current user
          \v     the version of bash (e.g., 2.00)
          \V     the release of bash, version + patch level (e.g., 2.00.0)
          \w     the current working directory, with $HOME abbreviated with a tilde
          \W     the basename of the current working directory, with $HOME abbreviated with a tilde
          \!     the history number of this command
          \#     the command number of this command
          \$     if the effective UID is 0, a #, otherwise a $
          \nnn   the character corresponding to the octal number nnn
          \\     a backslash
          \[     begin a sequence of non-printing characters, which could be used to embed a terminal control sequence into the prompt
          \]     end a sequence of non-printing characters

1
หรือเพียงแค่ป้อนการPS1บ้านนั้นในทุก ๆ หน้าต่างที่เปิดอยู่ โดยวิธีการที่exportไม่จำเป็น
Dennis Williamson

6
ที่จริงแล้วถ้าคุณไม่ใช้การส่งออกคุณจะต้องกำหนดตัวแปรเชลล์ไม่ใช่ตัวแปรสภาพแวดล้อมดังนั้น PS1 จะไม่ถูกส่งผ่านทั่วโลกไปยังกระบวนการทั้งหมด
Asmus

1
export com ทำงานตามที่แนะนำและแสดงเส้นทางแบบเต็ม แต่เมื่อฉันรีสตาร์ทเครื่องจะแสดงเฉพาะไดเรกทอรีปัจจุบัน (ไม่ใช่เส้นทางแบบเต็ม) ฉันจะเก็บสิ่งนี้ตลอดไปได้อย่างไร
JiteshW

1
มันจะเป็นไปได้ที่จะอธิบายสิ่งที่PS1, \u@\H:\w$หมายถึงอะไร?
Jas

4
@Jas ฉันได้อัปเดตคำตอบของฉันแล้วไม่รู้ว่าทำไมฉันไม่ทำอย่างนี้เมื่อหลายปีก่อน ^^
Asmus


8

ฉันทำให้มันดูคล้ายกับ terminal centOS บน Mac ของฉัน เปิด bash_profile บนเทอร์มินัล

nano ~/.bash_profile

เพิ่มดังต่อไปนี้

# Show always fullpath on terminal
export PS1='\u@\H [\w]$ '

รีสตาร์ท Terminal จากนั้นจะมีลักษณะเช่นนี้

username@host.local [/Applications/MAMP/htdocs]$ 

6

ภายในค่า PS1 "\ w" หมายถึงพา ธ เต็มโดยที่ "\ W" หมายถึงชื่อไดเรกทอรีปัจจุบันเท่านั้น

http://tldp.org/HOWTO/Bash-Prompt-HOWTO/bash-prompt-escape-sequences.html


ทำไมฉันไม่เห็นความแตกต่างระหว่าง '\ w' และ '\ W' บน MacBook? ฉันเดินไปเต็มเส้นทาง แต่มองไม่เห็น
Danijel

1

ฉันเพิ่งเปลี่ยน / w เป็น / W เพื่อสร้างเฉพาะโฟลเดอร์ปัจจุบัน

ใน terminal สี

PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\W\[\033[00m\]\$ '

ไม่มีขั้วสี

    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\W\$ '

ฉันใช้ Ubuntu 16.04 และเปลี่ยนไฟล์เป็น ~ / .bashrc


0

ฉันใช้คำสั่งนี้ มันใช้งานได้สำหรับฉัน

ครั้งแรก

vi ~/.bash_profile

จากนั้นเพิ่มคำนี้ในบรรทัดใหม่

`export PS1='\u@\H:\w$ '`

ในที่สุด

`source ~/.bash_profile`
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.