Jelajahi Sumber

Completed fedora settings

Simon Watson 3 tahun lalu
induk
melakukan
cb1eb68894
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  1. 7 0
      bashrc/bashrc-all

+ 7 - 0
bashrc/bashrc-all

@@ -49,7 +49,14 @@ case $(hostname) in
 	;;
 
     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 tmux="systemd-run --scope --user tmux"