3 Commits 6be7bef2dd ... 05ec8eebc2

Author SHA1 Message Date
  Muhammad Abdullah Khabir 05ec8eebc2 adding aws completion 1 year ago
  Muhammad Abdullah Khabir 325d00a636 removing weechat 1 year ago
  Muhammad Abdullah Khabir 0b0b70d529 changed date and time 1 year ago
3 changed files with 7 additions and 3 deletions
  1. 1 1
      etc/.local/bin/man.py
  2. 0 2
      etc/.local/share/applications/mimeinfo.cache
  3. 6 0
      zsh/.zsh/completion.zsh

+ 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