Add acme alias and fix pkgin

This commit is contained in:
hedy 2023-08-15 21:08:37 +08:00
parent 7d35a8d45b
commit f909a2dc67
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ alias bom=bombadillo
alias syscu='systemctl --user'
alias emacspure='emacs --with-profile=vanilla'
alias g=git
alias acme='acme -f /mnt/font/FiraCode-Regular/15/font'
# Shortcuts
alias newvenv='python3 -m virtualenv venv && source ./venv/bin/activate.fish'

View File

@ -29,7 +29,8 @@ export XDG_CACHE_HOME="$HOME/.cache"
export XDG_USER_CONFIG_DIR="$XDG_CONFIG_HOME"
# Paths
export LD_LIBRARY_PATH="$HOME/local/lib/x86_64-linux-gnu/:$HOME/local/lib"
export LD_LIBRARY_PATH="$HOME/local/lib/x86_64-linux-gnu/:$HOME/local/lib:/opt/pkgsrc/opt/pkg/lib"
export DYLD_LIBRARY_PATH="/opt/pkgsrc/opt/pkg/lib"
export PKG_CONFIG_PATH="$HOME/local/lib/x86_64-linux-gnu/pkgconfig:$HOME/local/lib/pkgconfig"
export NVM_DIR="$HOME/.config/nvm"