|
@@ -49,7 +49,14 @@ case $(hostname) in
|
|
;;
|
|
;;
|
|
|
|
|
|
watsonsi-fedora)
|
|
watsonsi-fedora)
|
|
|
|
+
|
|
|
|
+ if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
|
|
|
|
+ then
|
|
|
|
+ PATH="$HOME/.local/bin:$HOME/bin:$PATH"
|
|
|
|
+ fi
|
|
|
|
+ export PATH
|
|
|
|
|
|
|
|
+ export PS1="[\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]]\$ "
|
|
alias start_od="rclone --vfs-cache-mode writes mount ipconedrive: /home/watonsi/OneDrive/"
|
|
alias start_od="rclone --vfs-cache-mode writes mount ipconedrive: /home/watonsi/OneDrive/"
|
|
alias tmux="systemd-run --scope --user tmux"
|
|
alias tmux="systemd-run --scope --user tmux"
|
|
|
|
|