summaryrefslogtreecommitdiffstats
path: root/roles/common/files/zshrc
diff options
context:
space:
mode:
authorMatthieu Saulnier <fantom@fedoraproject.org>2015-01-21 19:01:54 +0100
committerMatthieu Saulnier <fantom@fedoraproject.org>2015-01-21 19:01:54 +0100
commit9ab1bece06925fc3e0a556d3577958b213d55a4e (patch)
tree77354b2568d8e607a282921f80edbcfbcca71ecd /roles/common/files/zshrc
parent950d799158740b9578bc5bdeb50fc8d11ee21f6c (diff)
downloadplaybooks-ansible-9ab1bece06925fc3e0a556d3577958b213d55a4e.tar.gz
playbooks-ansible-9ab1bece06925fc3e0a556d3577958b213d55a4e.tar.xz
playbooks-ansible-9ab1bece06925fc3e0a556d3577958b213d55a4e.zip
Rename host_vars file for ns3
Update shell RC files Use variable for linux_logo installation task in common role Exclude RC4 algo in https config of squid
Diffstat (limited to 'roles/common/files/zshrc')
-rw-r--r--roles/common/files/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/files/zshrc b/roles/common/files/zshrc
index 3adbe7e..a1a67af 100644
--- a/roles/common/files/zshrc
+++ b/roles/common/files/zshrc
@@ -34,7 +34,7 @@ fi
# Print fedora linux logo in interactive shell
if [ -n "$PS1" ]; then
if which linux_logo >/dev/null 2>&1; then
- linux_logo -L 12 -F "Bienvenue sur l'hôte #H\n#V, Compilé #C \n#P #X #T, #R, #U"
+ linux_logo -L 26 -F "Bienvenue sur l'hôte #H\n#V, Compilé #C \n#P #X #T, #R, #U"
fi
fi