SSH: Add geym and tahoe

Local krb config. Create ubuntu package list
This commit is contained in:
2020-02-11 16:51:04 +01:00
parent 7b43075070
commit 5aee564810
3 changed files with 16 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
export KRB5_CONFIG=".etcfiles/krb5.conf"
export EDITOR="vim"
export CUPS_GSSSERVICENAME=HTTP
export PATH=$PATH:/home/kuba/bin
@@ -12,6 +13,8 @@ export PATH="$HOME/git/esp-open-sdk/xtensa-lx106-elf/bin/:$PATH"
alias dotfiles="/usr/bin/git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME"
alias dvim="GIT_WORK_TREE='/home/kuba' GIT_DIR='/home/kuba/.dotfiles.git/' vim"
alias pip=pip3
alias python=python3
# Source git prompt
if [ -f ~/scripts/git-prompt.sh ]; then