diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2020-03-29 19:12:10 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2020-03-29 19:12:10 +0200 |
| commit | e691d655633cc43b6275aad2b16eadfe3842a719 (patch) | |
| tree | 3fd70b68baa97bde3deb7648487c6e8933e22c8b | |
| parent | 7e79006ac8887395ffba80ab3d7af2c2f2e64ea2 (diff) | |
.
| -rw-r--r-- | bash/.bashrc | 3 | ||||
| -rw-r--r-- | bash/.profile | 2 | ||||
| -rw-r--r-- | fish/config.fish | 7 | ||||
| -rw-r--r-- | git/.gitconfig | 1 | ||||
| -rw-r--r-- | offlineimap/.offlineimaprc | 2 |
5 files changed, 6 insertions, 9 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index a355b0c..8da6ab6 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -7,3 +7,6 @@ alias ls='ls --color=auto' PS1='[\u@\h \W]\$ ' + +# added by travis gem +[ -f /home/bozo/.travis/travis.sh ] && source /home/bozo/.travis/travis.sh diff --git a/bash/.profile b/bash/.profile index 511e732..a1a30f9 100644 --- a/bash/.profile +++ b/bash/.profile @@ -1,4 +1,4 @@ -export PATH=~/python/bin:~/programs:~/programs/chicken/bin:~/.cabal/bin:$PATH +export PATH=~/python/bin:~/programs:~/programs/chicken/bin:~/.gem/ruby/2.7.0/bin:~/.cabal/bin:$PATH export CHICKEN_REPOSITORY=~/programs/chicken_repository export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist export QT_QPA_PLATFORMTHEME=qt5ct diff --git a/fish/config.fish b/fish/config.fish index c9fe730..e69de29 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -1,7 +0,0 @@ -if status --is-login - set -x PATH ~/python/bin ~/programs ~/programs/chicken/bin ~/.cabal/bin $PATH - set -x CHICKEN_REPOSITORY ~/programs/chicken_repository - set -x ATOM_NODE_URL http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist - set -x QT_QPA_PLATFORMTHEME qt5ct - set -x VISUAL nvim -end diff --git a/git/.gitconfig b/git/.gitconfig index 6249264..2d2cb15 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -11,6 +11,7 @@ editor = vim [alias] tree = log --graph --all --pretty='format:"%C(auto)%h [%ad] %an%d: %s"' --date=short + tree-single = log --graph --pretty='format:"%C(auto)%h [%ad] %an%d: %s"' --date=short [diff] tool = meld guitool = meld diff --git a/offlineimap/.offlineimaprc b/offlineimap/.offlineimaprc index 872a455..40e8608 100644 --- a/offlineimap/.offlineimaprc +++ b/offlineimap/.offlineimaprc @@ -12,7 +12,7 @@ localfolders = ~/mail/ket [Repository KetRemote] type = IMAP -cert_fingerprint = 49:F5:30:34:C0:ED:45:07:CA:92:4F:15:74:2E:2C:2F:E5:22:37:B5, 8d88881a257e795271a564eb8bcf1ae923272aab +cert_fingerprint = 7f0804b4d0a6c83e46a3a00ec98f8343d7308566 remotehost = outlook.office365.com remoteuser = bozo.kopic@koncar-ket.hr remotepasseval = get_password('office.com/bozo.kopic') |
