diff --git a/bash/.bashrc b/bash/.bashrc index eb402d2..a7745b5 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -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 diff --git a/zsh/.zshrc b/zsh/.zshrc index 5189243..1dd4a2f 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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