Compare commits
2 commits
b688554372
...
1190a3f33d
Author | SHA1 | Date | |
---|---|---|---|
1190a3f33d | |||
c87131b258 |
2 changed files with 11 additions and 8 deletions
13
.bashrc
13
.bashrc
|
@ -1,15 +1,9 @@
|
||||||
export GOPATH=~/go
|
export GOPATH=~/go
|
||||||
export GOTELEMETRY=off
|
export GOTELEMETRY=off
|
||||||
export GOTOOLCHAIN=local
|
export GOTOOLCHAIN=local
|
||||||
export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
# export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||||
export EDITOR="/usr/bin/nano"
|
|
||||||
|
|
||||||
# alias df='df -x squashfs'
|
export EDITOR="/usr/bin/nano"
|
||||||
alias tmutt='mutt -F ~/.config/mutt/thrrgilag-muttrc'
|
|
||||||
alias dmutt='mutt -F ~/.config/mutt/delta-muttrc'
|
|
||||||
alias pmutt='mutt -F ~/.config/mutt/proton-muttrc'
|
|
||||||
alias cmutt='mutt -F ~/.config/mutt/clacksme-muttrc'
|
|
||||||
alias wttr='curl wttr.in'
|
|
||||||
|
|
||||||
# set my titlebars
|
# set my titlebars
|
||||||
function set_win_title(){
|
function set_win_title(){
|
||||||
|
@ -18,3 +12,6 @@ function set_win_title(){
|
||||||
starship_precmd_user_func="set_win_title"
|
starship_precmd_user_func="set_win_title"
|
||||||
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
|
|
||||||
|
alias wttr='curl wttr.in'
|
||||||
|
alias tsreset='tailscale up --reset --exit-node='
|
||||||
|
|
|
@ -69,3 +69,9 @@
|
||||||
src: "{{ dotfiles_config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom"
|
src: "{{ dotfiles_config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom"
|
||||||
dest: "{{ config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom"
|
dest: "{{ config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom"
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
- name: Update user profile
|
||||||
|
ansible.builtin.lineinfile:
|
||||||
|
path: "{{ home_dir }}/.bash_profile"
|
||||||
|
insertafter: EOF
|
||||||
|
line: . ~/dotfiles/.bash_profile-cosmic
|
||||||
|
|
Loading…
Reference in a new issue