Changeset 68506e0 in dotfiles for guix/.bash_profile


Ignore:
Timestamp:
Jan 11, 2020, 10:11:34 AM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
a1bb8c2
Parents:
4eeec4b
Message:

update bash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guix/.bash_profile

    r4eeec4b r68506e0  
    1919setxkbmap -layout us,ru -option grp:caps_toggle
    2020
    21 #Shepherd (with emacs daemon)
    22 shepherd &
     21sh export GDK_CORE_DEVICE_EVENTS=1
    2322
    2423export ALTERNATE_EDITOR=""
     
    2625export VISUAL="emacsclient -c -a emacs"         # $VISUAL opens in GUI mode
    2726
     27[[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \
     28    . /usr/share/bash-completion/bash_completion
     29
    2830if [ -f .bashrc ]
    2931then
Note: See TracChangeset for help on using the changeset viewer.