config: create full bash compatibility

This commit is contained in:
xeruf 2021-12-11 02:31:06 +01:00
parent 6e29950368
commit 797e1fd2d8
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
source ~/.config/shell/functions source ~/.config/shell/functions
_git_prompt=/usr/share/git/completion/git-prompt.sh
test -f $_git_prompt && source $_git_prompt
# ls aliases # ls aliases
alias ll='ls -alF' alias ll='ls -alF'

View File

@ -41,6 +41,7 @@ link python /usr/bin/python3
link fdfind /usr/bin/fd link fdfind /usr/bin/fd
link batcat /usr/bin/bat link batcat /usr/bin/bat
link "$HOME/.ssh/config" "$XDG_CONFIG_HOME/ssh" link "$HOME/.ssh/config" "$XDG_CONFIG_HOME/ssh"
link .bash_aliases "$HOME/.bashrc"
highlight "SSH Permissions" highlight "SSH Permissions"
chmod og= "$HOME/.ssh" -R chmod og= "$HOME/.ssh" -R