From 736cfe910493dd10f7730978f98988ff73786082 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Tue, 26 Sep 2023 22:09:14 +0300 Subject: Modified useful scripts for the user space. Changes to be committed: modified: clip modified: upload modified: zsh/env new file: color-picker Changes not staged for commit: modified: keybinds --- zsh/env | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'zsh/env') diff --git a/zsh/env b/zsh/env index 037010d..b40a815 100644 --- a/zsh/env +++ b/zsh/env @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ### ENVIRONMENT VARIABLES ### @@ -7,8 +7,6 @@ export EDITOR=nvim export BROWSER=brave -################## - ### gpg ### export GPG_TTY=$(tty) @@ -19,7 +17,7 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1 export NO_AT_BRIDGE=1 ### paths ### -export PATH=/bin:/sbin/:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/alphara/.local/bin:/home/alphara/exfatssd/IEUCYS/flutter2/bin +export PATH=/bin:/sbin/:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/alphara/.local/bin:/home/alphara/exfatssd/IEUCYS/flutter/bin:/usr/local/go/bin ### XDG ### export XDG_CONFIG_HOME=/home/alphara/.config -- cgit v1.2.3