Changeset d6209df in dotfiles
- Timestamp:
- Jan 30, 2020, 7:14:54 PM (5 years ago)
- Branches:
- master
- Children:
- 81ba67e
- Parents:
- 9294741
- Location:
- guix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
guix/.bash_profile
r9294741 rd6209df 10 10 11 11 # Add nix to PATH 12 export PATH=$PATH:/nix/var/nix/profiles/default/bin/13 12 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' 13 setxkbmap -layout us,ru -option grp:win_space_toggle -option 'ctrl:swapcaps' 20 14 21 15 sh export GDK_CORE_DEVICE_EVENTS=1 -
guix/.bashrc
r9294741 rd6209df 33 33 alias ls='ls $LS_OPTIONS' 34 34 35 alias python='python3' 36 35 37 # Autocomplete bash 36 38 complete -cf sudo
Note:
See TracChangeset
for help on using the changeset viewer.