Compare commits
No commits in common. "649a11f68d9386a34d55d8f7d47d2380d2b3a668" and "d9c4e91e770c613cd78b6174d0678b3283336132" have entirely different histories.
649a11f68d
...
d9c4e91e77
4 changed files with 4 additions and 10 deletions
|
@ -46,6 +46,3 @@ alias micromamba-fhs="nix-shell -E 'with import <nixpkgs> {}; (pkgs.buildFHSUser
|
|||
alias fhs="nix-shell -E 'with import <nixpkgs> {}; (pkgs.buildFHSUserEnv {name = \"micromamba-fhs\"; runScript=\"zsh\";}).env'"
|
||||
# https://discourse.nixos.org/t/why-is-it-so-hard-to-use-a-python-package/19200/20
|
||||
# alias fhs="nix shell --impure --expr '((builtins.getFlake \"nixpkgs\").legacyPackages.\${builtins.currentSystem}.buildFHSUserEnv { name = \"fhs\"; runScript=\"zsh\"; }).env'"
|
||||
|
||||
|
||||
alias utvpn-tmux="tmux new-session -d -s vpn 'utvpn' && tmux attach -t vpn"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
alias lt="tree -L 3"
|
|
@ -2,10 +2,3 @@
|
|||
|
||||
export GPG_TTY="$TTY"
|
||||
gpgconf --launch gpg-agent
|
||||
|
||||
# have gpg-agent be the ssh-agent
|
||||
# idea taken from https://wiki.archlinux.org/title/GnuPG#SSH_agent
|
||||
if [[ -z "${SSH_CONNECTION}" ]]; then
|
||||
export SSH_AGENT_PID=""
|
||||
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/gnupg/S.gpg-agent.ssh"
|
||||
fi
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
is-tty && alias lsd="lsd --icon never"
|
||||
alias ls="lsd --group-directories-first --color=auto -g"
|
||||
alias lt='lsd --tree --depth=3'
|
Loading…
Reference in a new issue