[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:
Bruno BELANYI 2019-10-01 11:27:25 +02:00
parent db4be2feaf
commit 00109974f0
2 changed files with 0 additions and 6 deletions

View file

@ -42,9 +42,6 @@ NC="\e[m" # Color Reset
# new alert text
ALERT=${BWhite}${On_Red} # Bold White on red background
# Display the computer's name in ASCII art
cat /etc/issue
# FIXME: those files should be in some folders...
# Import my aliases
source ~/.aliases

View file

@ -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