Horje
add gpg key to zsh .zprofile Code Example
add gpg key to zsh .zprofile
$ if [ -r ~/.zshrc ]; then echo 'export GPG_TTY=$(tty)' >> ~/.zshrc; \
  else echo 'export GPG_TTY=$(tty)' >> ~/.zprofile; fi




Shell

Related
bash compare two lists of checksums Code Example bash compare two lists of checksums Code Example
Could not create service of type FileHasher using BuildSessionServices.createFileHasher() Code Example Could not create service of type FileHasher using BuildSessionServices.createFileHasher() Code Example
double quotes inside double quotes bash Code Example double quotes inside double quotes bash Code Example
tmux how to scroll in history Code Example tmux how to scroll in history Code Example
ubuntu echo create file readme.md Code Example ubuntu echo create file readme.md Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11