Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Aug 6, 2023
1 parent 5b32bb5 commit 5c1287f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

PS1='[\u@\h \W]\$ '
PATH=${PATH}:${HOME}/bin
EDITOR=emacsclient

eval $(keychain --eval --quiet)

Expand Down
1 change: 1 addition & 0 deletions inputrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set bell-style none
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ link_dir config ${HOME}/.config
link_dir bin ${HOME}/bin
link bash_profile ${HOME}/.bash_profile
link bashrc ${HOME}/.bashrc
link inputrc ${HOME}/.inputrc

0 comments on commit 5c1287f

Please sign in to comment.