Compare commits
No commits in common. "1190a3f33d4aebad915189cdf1b2dde51ec571e3" and "b688554372ab9a10532a3b05fc0a650f40cf70d3" have entirely different histories.
1190a3f33d
...
b688554372
2 changed files with 8 additions and 11 deletions
13
.bashrc
13
.bashrc
|
@ -1,10 +1,16 @@
|
||||||
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"
|
export EDITOR="/usr/bin/nano"
|
||||||
|
|
||||||
|
# alias df='df -x squashfs'
|
||||||
|
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(){
|
||||||
echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"
|
echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"
|
||||||
|
@ -12,6 +18,3 @@ 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,9 +69,3 @@
|
||||||
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