summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-10-01 02:52:02 +0200
committerache <ache@ache.one>2019-10-01 02:52:02 +0200
commit22458d1aa5469a4b1333a06a2720ee282b721564 (patch)
tree7e7e8d9384e6441b8d6c760839426dd78d6a02a1
parentFix npm packages (diff)
Fix git commit in terminal \o/
-rw-r--r--config.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.fish b/config.fish
index 4b63676..9a70558 100644
--- a/config.fish
+++ b/config.fish
@@ -26,6 +26,8 @@ set -x GOPATH "$HOME/.go"
set -x NODE_PATH "$NPM_PACKAGES/lib/node_modules:$NODE_PATH"
set -x RUST_PATH "$HOME/.cargo"
+set -x GPG_TTY (tty)
+
if [ -d "$NPM_PACKAGES/bin" ]
set -x PATH $PATH "$NPM_PACKAGES/bin"
end
@@ -48,5 +50,7 @@ end
[ -z "$DISPLAY" ] ; and [ "$XDG_VTNR" = "1" ] ; and exec startx
+
+
# alias gobjc='gcc -L /usr/lib/GNUstep/Libraries/gnustep-base -lgnustep-base -fconstant-string-class=NSConstantString'
# alias smpd='ssh achessh@ache.one -fp 21 ssh ache@localhost -p 60065 -L 8091:localhost:8091 -fN'