Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add gpg key to zsh .zprofile

$ if [ -r ~/.zshrc ]; then echo 'export GPG_TTY=$(tty)' >> ~/.zshrc; 
  else echo 'export GPG_TTY=$(tty)' >> ~/.zprofile; fi
Comment

PREVIOUS NEXT
Code Example
Shell :: the unauthenticated git protocol on port 9418 
Shell :: where skype saves file in linux 
Shell :: install intellij community edition mac brew commands 
Shell :: thousand separator shell 
Shell :: microsoft teams reopen main window 
Shell :: convert dash to underscore windows 
Shell :: how to install virtualbox through terminal 
Shell :: commit with empty message 
Shell :: update git version 
Shell :: bash while read line loop from variable 
Shell :: Criar um dispositivo gerido por cores 
Shell :: Install current nodejs on linux 
Shell :: install avro on linux ubuntu 
Shell :: how to fork litecoin 
Shell :: linux set multiline variable 
Shell :: how to install to mysql server in powershell 
Shell :: how to switch remote from https to ssh on in github 
Shell :: ubuntu touchpad not working 
Shell :: how to change time on kali linux 
Shell :: sudoless docker 
Shell :: git ignore local file changes 
Shell :: how to install nautilus 
Shell :: ubuntu set sudoers to use vim 
Shell :: anbox manjaro 
Shell :: how t o force install a package even it is already install pip 
Shell :: git store username and password 
Shell :: all folder permissions terminal 
Shell :: git change author of first commit 
Shell :: bash string before substring 
Shell :: apache2 configtest 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =