[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
|
@ -42,9 +42,6 @@ NC="\e[m" # Color Reset
|
||||||
# new alert text
|
# new alert text
|
||||||
ALERT=${BWhite}${On_Red} # Bold White on red background
|
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...
|
# FIXME: those files should be in some folders...
|
||||||
# Import my aliases
|
# Import my aliases
|
||||||
source ~/.aliases
|
source ~/.aliases
|
||||||
|
|
|
@ -93,9 +93,6 @@ zstyle ':completion:*' hosts $(awk '/^[^#]/ {print $2 $3" "$4" "$5}' /etc/hosts
|
||||||
# fish-like syntax high-lighting for interactive commands
|
# fish-like syntax high-lighting for interactive commands
|
||||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
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
|
# import my prompt
|
||||||
source ~/.zsh_prompt
|
source ~/.zsh_prompt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue