Browse Source

git, aliases, path

master
Maxim Likhachev 8 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() {
weather "moon?${@}" weather "moon?${@}"
} }
#- Карта мира
map() {
telnet mapscii.me
}
#- Консольный калькулятор #- Консольный калькулятор
=() { echo "$*" | bc -l; } =() { echo "$*" | bc -l; }

4
etc/shell/bash/bashrc

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

2
etc/soft/git/gitconfig

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

Loading…
Cancel
Save