3 Commits 6be7bef2dd ... 05ec8eebc2

Autor SHA1 Mensaje Fecha
  Muhammad Abdullah Khabir 05ec8eebc2 adding aws completion hace 1 año
  Muhammad Abdullah Khabir 325d00a636 removing weechat hace 1 año
  Muhammad Abdullah Khabir 0b0b70d529 changed date and time hace 1 año

+ 1 - 1
etc/.local/bin/man.py

@@ -4,7 +4,7 @@ from datetime import datetime
 from dateutil.relativedelta import relativedelta
 
 # Provided date
-provided_date = datetime(2023, 10, 7, 16, 30, 8)  # Replace with your date
+provided_date = datetime(2023, 10, 23, 8, 00, 8)  # Replace with your date
 
 # Current date
 current_date = datetime.now()

+ 0 - 2
etc/.local/share/applications/mimeinfo.cache

@@ -151,6 +151,4 @@ video/x-ogm=mpv.desktop;
 video/x-ogm+ogg=mpv.desktop;
 video/x-theora=mplayer.desktop;mpv.desktop;
 video/x-theora+ogg=mpv.desktop;
-x-scheme-handler/irc=weechat.desktop;
-x-scheme-handler/ircs=weechat.desktop;
 x-scheme-handler/mailto=mutt.desktop;

+ 6 - 0
zsh/.zsh/completion.zsh

@@ -87,3 +87,9 @@ autoload -Uz compinit && compinit
 #    autoload -U +X bashcompinit && bashcompinit
 #    complete -o nospace -C /usr/bin/terraform terraform
 #fi
+
+# aws completion
+
+if [ -f /usr/bin/aws_zsh_completer.sh ]; then
+    source /usr/bin/aws_zsh_completer.sh
+fi