Browse Source

git, aliases, path

master
Maxim Likhachev 7 years ago
parent
commit
ae5d7bb747
  1. 5
      etc/shell/bash/aliases
  2. 4
      etc/shell/bash/bashrc
  3. 2
      etc/soft/git/gitconfig

5
etc/shell/bash/aliases

@ -400,6 +400,11 @@ moon() { @@ -400,6 +400,11 @@ moon() {
weather "moon?${@}"
}
#- Карта мира
map() {
telnet mapscii.me
}
#- Консольный калькулятор
=() { echo "$*" | bc -l; }

4
etc/shell/bash/bashrc

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
#!/bin/bash ####################################################################
#
# Изменён: Чт 14 дек 2017 21:10:51
# Изменён: Ср 04 апр 2018 19:42:32
#
################################################################################
@ -182,7 +182,7 @@ PATH="." @@ -182,7 +182,7 @@ PATH="."
if [[ $OS != Windows* ]]; then
path++ $SHELLRC/etc/shell/cw/def PATH
path++ $SHELLRC/bin/dmenu:$SHELLRC/bin/musca:$SHELLRC/bin/exec PATH
path++ $SHELLRC/bin/app:$SHELLRC/bin/dmenu:$SHELLRC/bin/musca:$SHELLRC/bin/exec PATH
fi
path++ $SHELLRC/bin:$SHELLRC/bin/scripts PATH

2
etc/soft/git/gitconfig

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
[user]
name = Maxim Lihachev
name = Maxim Likhachev
email = envrm@yandex.ru
[core]

Loading…
Cancel
Save