[UPDATE] Remove display of /etc/issue in shell
I don't want to make a custom `/etc/issue` file for every computer that I use. Plus I didn't really like that behaviour anyway.
This commit is contained in:
parent
db4be2feaf
commit
00109974f0
2 changed files with 0 additions and 6 deletions
|
|
@ -93,9 +93,6 @@ zstyle ':completion:*' hosts $(awk '/^[^#]/ {print $2 $3" "$4" "$5}' /etc/hosts
|
|||
# fish-like syntax high-lighting for interactive commands
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
# Display the computer's name in ASCII art
|
||||
cat /etc/issue
|
||||
|
||||
# import my prompt
|
||||
source ~/.zsh_prompt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue