Changeset 68506e0 in dotfiles for guix/.bash_profile
- Timestamp:
- Jan 11, 2020, 10:11:34 AM (5 years ago)
- Branches:
- master
- Children:
- a1bb8c2
- Parents:
- 4eeec4b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.bash_profile
r4eeec4b r68506e0 19 19 setxkbmap -layout us,ru -option grp:caps_toggle 20 20 21 #Shepherd (with emacs daemon) 22 shepherd & 21 sh export GDK_CORE_DEVICE_EVENTS=1 23 22 24 23 export ALTERNATE_EDITOR="" … … 26 25 export VISUAL="emacsclient -c -a emacs" # $VISUAL opens in GUI mode 27 26 27 [[ $PS1 && -f /usr/share/bash-completion/bash_completion ]] && \ 28 . /usr/share/bash-completion/bash_completion 29 28 30 if [ -f .bashrc ] 29 31 then
Note:
See TracChangeset
for help on using the changeset viewer.