2 Revize 8329321db4 ... 001fe68c90

Autor SHA1 Zpráva Datum
  Daniel Sheffield 001fe68c90 add powerline config před 16 hodinami
  Daniel Sheffield 3947bea82e fix shebang před 16 hodinami

+ 51 - 0
powerline/.config/powerline/themes/shell/default.json

@@ -0,0 +1,51 @@
+{
+        "segments": {
+                "above": [{ "left": [
+                        {
+                                "function": "powerline.segments.common.net.hostname",
+                                "priority": 10
+                        },
+                        {
+                                "function": "powerline.segments.common.env.virtualenv",
+                                "priority": 50
+                        },
+                        {
+                                "function": "powerline.segments.shell.cwd",
+                                "args": {
+                                        "use_path_separator": true
+                                },
+                                "priority": 10
+                        },
+			{
+				"function": "powerline.segments.common.vcs.branch",
+				"priority": 40,
+				"args": {
+					"status_colors": true
+				}
+                        }
+                ]}],
+	        "left": [
+                        {
+                                "function": "powerline.segments.common.time.date",
+                                "args": {
+                                        "istime": true,
+                                        "format": "%H:%M:%S"
+                                },
+                                "priority": 5
+                        },
+                        {
+                                "function": "powerline.segments.common.env.user",
+                                "priority": 30
+			},
+                        {
+                                "function": "powerline.segments.shell.jobnum",
+                                "priority": 20
+                        },
+                        {
+                                "function": "powerline.segments.shell.last_pipe_status",
+                                "priority": 10
+                        }
+		],
+            "right": []
+        }
+}

+ 1 - 1
termux-shortcuts/.shortcuts/sweep.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/bash
 #
 # Depends: nmap, ipcalc
 #