2 Angajamente 8329321db4 ... 001fe68c90

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  Daniel Sheffield 001fe68c90 add powerline config 16 ore în urmă
  Daniel Sheffield 3947bea82e fix shebang 16 ore în urmă

+ 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
 #