Changeset d6209df in dotfiles


Ignore:
Timestamp:
Jan 30, 2020, 7:14:54 PM (5 years ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
81ba67e
Parents:
9294741
Message:

Change layout

Location:
guix
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • guix/.bash_profile

    r9294741 rd6209df  
    1010
    1111# Add nix to PATH
    12 export PATH=$PATH:/nix/var/nix/profiles/default/bin/
    1312
    14 # Add custom packages to guix PATH
    15 export GUIX_PACKAGE_PATH=~/.guix-packages
    16 
    17 export TERM=rxvt
    18 
    19 setxkbmap -layout us,ru -option grp:win_space_toggle -option 'ctrl:nocaps'
     13setxkbmap -layout us,ru -option grp:win_space_toggle -option 'ctrl:swapcaps'
    2014
    2115sh export GDK_CORE_DEVICE_EVENTS=1
  • guix/.bashrc

    r9294741 rd6209df  
    3333alias ls='ls $LS_OPTIONS'
    3434
     35alias python='python3'
     36
    3537# Autocomplete bash
    3638complete -cf sudo
Note: See TracChangeset for help on using the changeset viewer.