SSH: Add geym and tahoe
Local krb config. Create ubuntu package list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user